cenmle-lognormal-class {NADA}R Documentation

Class "cenmle-lognormal"

Description

A "cenmle-lognormal" object is returned from cenmle when a lognormal distribution is chosen with the `dist' option.

Objects from the Class

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

Slots

n:
Total number of observations associated with the model
n.cen:
Number of censored observations
y:
Vector of observations
ycen:
Censoring indicator
conf.int:
Confidence interval associated with the model
survreg:
Object of class "survreg"

Extends

Class "cenmle"

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>

Dennis Helsel <dhelsel@usgs.gov>

See Also

cenmle survreg


[Package NADA version 1.5-1 Index]