Last data update: 2014.03.03

R: Summary method for a mexhaz object
summary.mexhazR Documentation

Summary method for a mexhaz object

Description

Display the model call, the values of the estimated model parameters, as well as the corresponding hazard ratios (only for proportional effects).

Usage

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

Arguments

object

an object of class mexhaz.

...

represents additional parameters directly passed to summary.

See Also

mexhaz, print.mexhaz

Examples


data(simdatn1)

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

Mod_weib_mix <- mexhaz(formula=Surv(time=timesurv,
event=vstat)~1, data=simdatn1, base="weibull",
expected="popmrate", verbose=0, random="clust")

summary(Mod_weib_mix)

Results