LabelepiDisplay {jstable} | R Documentation |
LabelepiDisplay: Apply label information to epiDisplay object using label data
Description
Apply label information to epiDisplay.object using label data
Usage
LabelepiDisplay(epiDisplay.obj, label = F, ref)
Arguments
epiDisplay.obj |
epiDisplay.object or glmshow.object |
label |
Apply label information, Default: F |
ref |
Label data made by mk.lev function |
Details
DETAILS
Value
epiDisplay.object with label information
Examples
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)
[Package jstable version 1.3.0 Index]