powered by
Create a table with the general multi-variable survival analysis results, including the HR (95 percent CI), P value.
surv_multi(...)
a dataframe containing coxph output that includes variable names, HRs (95
arguments will be passed to coxph
Dat <- survival::lung surv_multi(survival::Surv(time, status) ~ as.factor(sex) + age + meal.cal, data = Dat)
Run the code above in your browser using DataLab