LabeljsMixed | R Documentation |
Apply label information to object of jstable using label data
LabeljsMixed(obj, ref)
obj |
lmer.display, coxme.display |
ref |
Label data made by mk.lev function |
DETAILS
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)
LabeljsMixed(fit.table, ref = lung.label)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.