LabeljsTable | R Documentation |
Apply label information to table of geeglm.display, lmer.display, coxme.display using label data
LabeljsTable(obj.table, ref)
obj.table |
table of geeglm.display, lmer.display, coxme.display |
ref |
Label data made by mk.lev function |
DETAILS
table of geeglm.display, lmer.display, coxme.display with label information
library(coxme)
fit <- coxme(Surv(time, status) ~ sex + ph.ecog + ph.karno + (1 | inst) + (1 | sex), lung)
fit.table <- coxme.display(fit)
lung.label <- mk.lev(lung)
LabeljsTable(fit.table$table, ref = lung.label)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.