cenfit-class {NADA}R Documentation

Class "cenfit"

Description

A cenfit object is returned from the NADA cenfit function.

Slots

survfit:

Object of class survfit returned from the survfit function.

Methods

[

signature(x = "cenfit", i = "numeric", j = "missing"): ...

mean

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

median

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

plot

signature(x = "cenfit", y = "ANY"): ...

predict

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

print

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

quantile

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

sd

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

summary

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

Author(s)

R. Lopaka Lee <rclee@usgs.gov>

Dennis Helsel <dhelsel@practicalstats.com>

See Also

cenfit

Examples

    obs      = c(0.5,    0.5,   1.0,  1.5,   5.0,    10,   100)
    censored = c(TRUE, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE)

    class(cenfit(Cen(obs, censored)))

[Package NADA version 1.6-1.1 Index]