coxme.display | R Documentation |
Make mixed effect model results from coxme.object (coxme package)
coxme.display(coxme.obj, dec = 2)
coxme.obj |
coxme.object |
dec |
Decimal point, Default: 2 |
DETAILS
Fixed effect table, random effect, metrics, caption
library(coxme)
fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1 | inst), lung)
coxme.display(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.