LabelepiDisplay: LabelepiDisplay: Apply label information to epiDisplay object...

Description Usage Arguments Details Value Examples

View source: R/label.R

Description

Apply label information to epiDisplay.object using label data

Usage

1
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

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)

jstable documentation built on Oct. 19, 2021, 5:07 p.m.