cenfit-class | R Documentation |
A cenfit object is returned from the NADA
cenfit
function.
survfit
:Object of class survfit
returned from
the survfit
function.
signature(x = "cenfit", i = "numeric", j = "missing")
: ...
signature(x = "cenfit")
: ...
signature(x = "cenfit")
: ...
signature(x = "cenfit", y = "ANY")
: ...
signature(object = "cenfit")
: ...
signature(x = "cenfit")
: ...
signature(x = "cenfit")
: ...
signature(x = "cenfit")
: ...
signature(object = "cenfit")
: ...
R. Lopaka Lee <rclee@usgs.gov>
Dennis Helsel <dhelsel@practicalstats.com>
cenfit
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)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.