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

format_tidy_coxme(mod, d = 2, d_pVal = 3, sub_out = NULL, sub_in = NULL)

Arguments

d

Decimal places used for HR and confidence interval

d_pVal

Decimal places used for p value.

sub_out

String to from variable names to replace with sub_in

sub_in

String to from variable names to replace instead of sub_out

crr_mod

Output from coxme

Examples

# NOT RUN {
format_tidy_coxme()
# }