cenreg-lognormal-class {NADA}R Documentation

Class "cenreg-lognormal"

Description

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

Objects from the Class

Objects can be created by calls of the form cenreg(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 "cenreg"

Methods

predict
signature(object = "cenreg"): ...
print
signature(x = "cenreg"): ...
summary
signature(object = "cenreg"): ...

Author(s)

Lopaka(Rob) Lee <rclee@usgs.gov>

Dennis Helsel <dhelsel@usgs.gov>

See Also

cenreg survreg


[Package NADA version 1.5-1 Index]