Learn R Programming

NADA (version 1.6-1.1)

cenreg-class: Class "cenreg"

Description

A "cenreg" object is returned from cenreg. It extends the `cenreg' class returned from survreg.

Arguments

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"): ...

See Also

survreg