Learn R Programming

SPREDA (version 1.2)

summary.Lifedata.MLE: Summaries of "Lifedata.MLE" Object

Description

These functions summaries a "Lifedata.MLE" object.

Usage

# S3 method for Lifedata.MLE
summary(object, ...)

Value

summary.Lifedata.MLE returns an object of class "summary.Lifedata.MLE", which is a list of

call

Component from obj.

coef

Vector of coefficients.

vcov

Variance-covariance matrix of coef

coefmat

Matrix contains mean, sd, \(95\%\) lower CI and \(95\%\) upper CI of coefficients.

min

Component from obj.

surv

Component from obj.

dat

Component from obj.

ori.coef

coef component in obj.

ori.vcov

vcov component in obj.

Arguments

object

A "Lifedata.MLE" object.

...

Additional arguments.

See Also

Lifedata.MLE