summary.mexhaz {mexhaz} | R Documentation |
Produces a summary of a mexhaz object.
## S3 method for class 'mexhaz'
summary(object, ...)
object |
an object of class |
... |
represents additional parameters directly passed to |
mexhaz
, print.mexhaz
, print.summary.mexhaz
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)