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)

R. Lopaka Lee <rclee@usgs.gov>

Dennis Helsel <dhelsel@practicalstats.com>

See Also

survreg

Examples

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

[Package NADA version 1.6-1.1 Index]