Learn R Programming

NADA (version 1.6-1.1)

cenmle-gaussian-class: Class "cenmle-gaussian"

Description

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

Arguments

Objects from the Class

Objects can be created by calls of the form cenmle(obs, censored, dist="gaussian").

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 "cenmle"

Methods

mean

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

median

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

sd

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

%\item{predict}{\code{signature(object = "cenmle")}: ... } %\item{print}{\code{signature(x = "cenmle")}: ... } %\item{quantile}{\code{signature(x = "cenmle")}: ... }
summary

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

See Also

cenmle survreg