Learn R Programming

NADA (version 1.6-1.1)

cenmle-class: Class "cenmle"

Description

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

Arguments

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"): ...

%\item{predict}{\code{signature(object = "cenmle")}: ... } %\item{print}{\code{signature(x = "cenmle")}: ... } %\item{quantile}{\code{signature(x = "cenmle")}: ... }
summary

signature(object = "cenmle"): ...

See Also

survreg

Examples

Run this code
# 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