powered by
Make mixed effect model results from coxme.object (coxme package)
coxme.display(coxme.obj, dec = 2)
coxme.object
Decimal point, Default: 2
Fixed effect table, random effect, metrics, caption
DETAILS
# NOT RUN { library(coxme) fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1|inst), lung) coxme.display(fit) # }
Run the code above in your browser using DataLab