print.summary.mexhaz: Printing method for a summary.mexhaz object

View source: R/print.summary.mexhaz.R

print.summary.mexhazR Documentation

Printing method for a summary.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 'summary.mexhaz'
print(x, ...)

Arguments

x

an object of class summary.mexhaz.

...

represents additional parameters directly passed to print.

See Also

mexhaz, print.mexhaz, summary.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 <- mexhaz(formula=Surv(time=timesurv,
event=vstat)~1, data=simdatn1, base="weibull", verbose=0)

summary(Mod_weib)

mexhaz documentation built on Oct. 31, 2022, 5:08 p.m.