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")
: ...signature(x = "cenreg")
: ...- summary
signature(object = "cenreg")
: ...
Author(s)
R. Lopaka Lee <rclee@usgs.gov>
Dennis Helsel <dhelsel@practicalstats.com>
See Also
[Package NADA version 1.6-1.1 Index]