cenmle-class: Class "cenmle"

Description Objects from the Class Slots Extends Methods Author(s) See Also Examples

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

1
2
3
4
    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))

Example output

Loading required package: survival

Attaching package: 'NADA'

The following object is masked from 'package:stats':

    cor

[1] "cenmle-lognormal"
attr(,"package")
[1] "NADA"

NADA documentation built on March 22, 2020, 5:07 p.m.

Related to cenmle-class in NADA...