| 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 Lee <rclee@usgs.gov>
Dennis Helsel <dhelsel@usgs.gov>
x = c(0.5, 0.5, 1.0, 1.5, 5.0, 10, 100)
xcen = c(TRUE, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE)
class(cenmle(x, xcen))