LabeljsMixed {jstable}R Documentation

LabeljsMixed: Apply label information to jstable object using label data

Description

Apply label information to object of jstable using label data

Usage

LabeljsMixed(obj, ref)

Arguments

obj

lmer.display, coxme.display

ref

Label data made by mk.lev function

Details

DETAILS

Value

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)
LabeljsMixed(fit.table, ref = lung.label)

[Package jstable version 1.2.5 Index]