LabeljsRanef: LabeljsRanef: Apply label information to jstable random...

Description Usage Arguments Details Value Examples

View source: R/label.R

Description

Apply label information to ranef object of jstable using label data

Usage

1
LabeljsRanef(obj.ranef, ref)

Arguments

obj.ranef

ranef of lmer.display, coxme.display, cox2.display

ref

Label data made by mk.lev function

Details

DETAILS

Value

ranef of lmer.display, coxme.display, cox2.display with label information

Examples

1
2
3
4
5
6
 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)
 LabeljsRanef(fit.table$ranef, ref = lung.label)

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