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

View source: R/label.R

LabelepiDisplayR 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)

jstable documentation built on Nov. 26, 2023, 9:06 a.m.