Class "cenfit"
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>
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)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.