format_tidy_cox.RdThis function allows you format the tidy output from broom in a more readable way
format_tidy_cox(rslt, d = 2, d_pVal = 3)
| rslt | Output from tidy(coxph(),exponentiate=T) |
|---|---|
| d | Decimal places used for HR and confidence interval. |
| d_pVal | Decimal places used for p value. |
# NOT RUN {
#format_tidy_cox()
# }