Learn R Programming

jstable (version 0.9.2)

LabelepiDisplay: 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

Value

epiDisplay.object with label information

Details

DETAILS

Examples

Run this code
# NOT RUN {
 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