LabelepiDisplay | R Documentation |
Apply label information to epiDisplay.object using label data
LabelepiDisplay(epiDisplay.obj, label = F, ref)
epiDisplay.obj |
epiDisplay.object or glmshow.object |
label |
Apply label information, Default: F |
ref |
Label data made by mk.lev function |
DETAILS
epiDisplay.object with label information
fit <- glm(Sepal.Length ~ Sepal.Width + Species, data = iris)
fit.table <- glmshow.display(fit)
iris.label <- mk.lev(iris)
LabelepiDisplay(fit.table, label = TRUE, ref = iris.label)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.