powered by
A cenfit object is returned from the NADA cenfit function.
cenfit
survfit
Object of class survfit returned from the survfit function.
signature(x = "cenfit", i = "numeric", j = "missing"): ...
signature(x = "cenfit", i = "numeric", j = "missing")
signature(x = "cenfit"): ...
signature(x = "cenfit")
signature(x = "cenfit", y = "ANY"): ...
signature(x = "cenfit", y = "ANY")
signature(object = "cenfit"): ...
signature(object = "cenfit")
# NOT RUN { 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))) # }
Run the code above in your browser using DataLab