powered by
This function summarizes the results of a cox regression returning the results in a data.frame. It will calculate the confidence interval.
get_cox_summary(cox.res, ci = 95)
The result of a coxph fit.
The confidence interval to calculate.
A data.frame that summarizes the results.
# NOT RUN { cox.res <- survival::coxph(survival::Surv(time,status) ~ rx, survival::colon) get_cox_summary(cox.res) # }
Run the code above in your browser using DataLab