Learn R Programming

mexhaz (version 2.6)

summary.mexhaz: Summary method for a mexhaz object

Description

Produces a summary of a mexhaz object.

Usage

# S3 method for mexhaz
summary(object, ...)

Arguments

object

an object of class mexhaz.

...

represents additional parameters directly passed to summary.

See Also

mexhaz, print.mexhaz, print.summary.mexhaz

Examples

Run this code

data(simdatn1)

## Fit of a mixed-effect excess hazard model, with the baseline hazard
## described by a Weibull distribution (without covariables)

Mod_weib <- mexhaz(formula=Surv(time=timesurv,
event=vstat)~1, data=simdatn1, base="weibull", verbose=0)

summary(Mod_weib)

Run the code above in your browser using DataLab