cenmle-class {NADA}R Documentation

Class "cenmle"

Description

A "cenmle" object is returned from cenmle. It extends the `cenreg' class returned from survreg.

Objects from the Class

Objects can be created by calls of the form cenmle(obs, censored).

Slots

survreg:
Object of class "survreg"

Extends

Class "list", from data part. Class "vector", by class "list".

Methods

mean
signature(x = "cenmle"): ...
median
signature(x = "cenmle"): ...
sd
signature(x = "cenmle"): ...
summary
signature(object = "cenmle"): ...

Author(s)

Lopaka(Rob) Lee <rclee@usgs.gov>

See Also

survreg

Examples

    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))

[Package NADA version 1.3-0 Index]