| cenmle-class {NADA} | R Documentation |
A "cenmle" object is returned from cenmle. It extends the
`cenreg' class returned from survreg.
Objects can be created by calls of the form cenmle(obs, censored).
survreg:"survreg"
Class "list", from data part.
Class "vector", by class "list".
signature(x = "cenmle"): ... signature(x = "cenmle"): ... signature(x = "cenmle"): ... signature(object = "cenmle"): ... Lopaka(Rob) Lee <rclee@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(cenmle(obs, censored))