cenfit-class {NADA} | R Documentation |
A cenfit object is returned from the NADA
cenfit
function.
survfit
: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")
: ... Lopaka(Rob) Lee <rclee@usgs.gov>
Dennis Helsel <dhelsel@usgs.gov>
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)))