powered by
Apply label information to epiDisplay.object using label data
LabelepiDisplay(epiDisplay.obj, label = F, ref)
epiDisplay.object with label information
epiDisplay.object or glmshow.object
Apply label information, Default: F
Label data made by mk.lev function
DETAILS
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)
Run the code above in your browser using DataLab