This function allows you format the tidy output from broom in a more readable way. This has been deprecated and replaced with format_tidy_gen, which also has more options.

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

Arguments

rslt

Output from lm() then tidy()

d

Decimal places used for HR and confidence interval

d_pVal

Decimal places used for p value.

Examples

dontrun{ format_tidy_lm() }
#> Error: <text>:1:8: unexpected '{' #> 1: dontrun{ #> ^