summary.Lifedata.MLE {SPREDA}R Documentation

Summaries of "Lifedata.MLE" Object

Description

These functions summaries a "Lifedata.MLE" object.

Usage

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

Arguments

object

A "Lifedata.MLE" object.

...

Additional arguments.

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.

See Also

Lifedata.MLE


[Package SPREDA version 1.1 Index]