ros-class: Class "ros"

Description Objects from the Class Slots Extends Methods Author(s) See Also Examples

Description

A "ros" object is returned from ros. It extends the "lm" class returned from lm.

Objects from the Class

Objects can be created by calls of the form ros(obs, censored).

Slots

.Data:

Object of class "list"

Extends

Class "list", from data part. Class "vector", by class "list".

Methods

lines

signature(x = "ros"): ...

mean

signature(x = "ros"): ...

median

signature(x = "ros"): ...

plot

signature(x = "ros", y = "missing"): ...

predict

signature(object = "ros"): ...

print

signature(x = "ros"): ...

quantile

signature(x = "ros"): ...

sd

signature(x = "ros"): ...

summary

signature(object = "ros"): ...

Author(s)

R. Lopaka Lee <rclee@usgs.gov>

Dennis Helsel <dhelsel@practicalstats.com>

See Also

ros

Examples

1
2
3
4
    obs      = c(0.5,    0.5,   1.0,  1.5,   5.0,    10,   100)
    censored = c(TRUE, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE)

    class(ros(obs, censored))

NADA documentation built on March 22, 2020, 5:07 p.m.

Related to ros-class in NADA...