This function allows you format the tidy output from broom in a more readable way

format_tidy_cox(rslt, d = 2, d_pVal = 3)

Arguments

rslt

Output from tidy(coxph(),exponentiate=T)

d

Decimal places used for HR and confidence interval.

d_pVal

Decimal places used for p value.

Examples

# NOT RUN {
#format_tidy_cox()
# }