coxme.display {jstable} | R Documentation |
coxme.display: table for coxme.object (coxme package)
Description
Make mixed effect model results from coxme.object (coxme package)
Usage
coxme.display(coxme.obj, dec = 2)
Arguments
coxme.obj |
coxme.object |
dec |
Decimal point, Default: 2 |
Details
DETAILS
Value
Fixed effect table, random effect, metrics, caption
Examples
library(coxme)
fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1 | inst), lung)
coxme.display(fit)
[Package jstable version 1.3.0 Index]