This is a wrapper around broom:::tidy that adds formatted confidence intervals and p values

format_crr(crr_mod, d = 2, d_pVal = 3)

Arguments

crr_mod

Output from cmprsk

d

Decimal places used for HR and confidence interval

d_pVal

Decimal places used for p value.

Examples

# NOT RUN {
format_crr()
# }