
Apply label information to cox2.display object using label data
LabeljsCox(obj, ref)
cox2.display object
Label data made by mk.lev function
cox2.display object with label information
DETAILS
# NOT RUN {
library(survival)
fit <- coxph(Surv(time, status) ~ sex + ph.ecog + ph.karno + cluster(inst),
data = lung, model = TRUE)
fit.table <- cox2.display(fit)
lung.label <- mk.lev(lung)
LabeljsCox(fit.table, ref = lung.label)
# }
Run the code above in your browser using DataLab