cenmle-class | 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
:Object of class "survreg"
Class "list"
, from data part.
Class "vector"
, by class "list"
.
signature(x = "cenmle")
: ...
signature(x = "cenmle")
: ...
signature(x = "cenmle")
: ...
signature(object = "cenmle")
: ...
R. Lopaka Lee <rclee@usgs.gov>
Dennis Helsel <dhelsel@practicalstats.com>
survreg
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.