Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cenfit-class

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

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)))

NADA

Nondetects and Data Analysis for Environmental Data

v1.6-1.1
GPL (>= 2)
Authors
Lopaka Lee
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.