LabeljsTable: LabeljsTable: Apply label information to jstable object using...

View source: R/label.R

LabeljsTableR Documentation

LabeljsTable: Apply label information to jstable object using label data

Description

Apply label information to table of geeglm.display, lmer.display, coxme.display using label data

Usage

LabeljsTable(obj.table, ref)

Arguments

obj.table

table of geeglm.display, lmer.display, coxme.display

ref

Label data made by mk.lev function

Details

DETAILS

Value

table of geeglm.display, lmer.display, coxme.display with label information

Examples

library(coxme)
fit <- coxme(Surv(time, status) ~ sex + ph.ecog + ph.karno + (1 | inst) + (1 | sex), lung)
fit.table <- coxme.display(fit)
lung.label <- mk.lev(lung)
LabeljsTable(fit.table$table, ref = lung.label)

jinseob2kim/jstable documentation built on April 18, 2024, 4:33 a.m.