cenreg-class {NADA}R Documentation

Class "cenreg"

Description

A "cenreg" object is returned from cenreg. It extends the ‘cenreg’ class returned from survreg.

Objects from the Class

Objects can be created by calls of the form cenreg(obs, censored, groups).

Slots

conf.int:

Numeric value of confidence level (0.95)

n:

Total number of samples

n.cen:

Total censored samples

survreg:

Object of class "survreg"

y:

Total y samples

ycen:

Total censored y samples

Extends

Class "list", from data part. Class "vector", by class "list".

Methods

predict

signature(object = "cenreg"): ...

print

signature(x = "cenreg"): ...

summary

signature(object = "cenreg"): ...

Author(s)

R. Lopaka Lee <rclee@usgs.gov>

Dennis Helsel <dhelsel@practicalstats.com>

See Also

survreg


[Package NADA version 1.6-1.1 Index]