powered by
A "cenmle" object is returned from cenmle. It extends the `cenreg' class returned from survreg.
cenmle
survreg
Objects can be created by calls of the form cenmle(obs, censored).
cenmle(obs, censored)
Object of class "survreg"
"survreg"
Class "list", from data part. Class "vector", by class "list".
"list"
"vector"
signature(x = "cenmle"): ...
signature(x = "cenmle")
signature(object = "cenmle"): ...
signature(object = "cenmle")
# NOT RUN { 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)) # }
Run the code above in your browser using DataLab