coxmeTable | R Documentation |
Extract fixed effect table in coxme.object
coxmeTable(mod)
mod |
coxme.object |
DETAILS
beta, se, z, p of fixed effects
library(coxme)
fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1 | inst), lung)
jstable:::coxmeTable(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.