cenfit-class: Class "cenfit"

Description Slots Methods Author(s) See Also Examples

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

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(cenfit(Cen(obs, censored)))

Example output

Loading required package: survival

Attaching package: 'NADA'

The following object is masked from 'package:stats':

    cor

[1] "cenfit"
attr(,"package")
[1] "NADA"

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

Related to cenfit-class in NADA...