Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cenmle-class

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

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

NADA

Nondetects and Data Analysis for Environmental Data

v1.6-1.1
GPL (>= 2)
Authors
Lopaka Lee
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.