Learn R Programming

NADA (version 1.6-1.1)

cenreg-lognormal-class: Class "cenreg-lognormal"

Description

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

Arguments

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

See Also

cenreg survreg