Description Usage Arguments Details Value Examples
Apply label information to epiDisplay.object using label data
1 | 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
1 2 3 4 | 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.