format_tidy_lm: Print linear model after using tidy

Description Usage Arguments Examples

View source: R/format_tidy_lm.R

Description

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.

Usage

1
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

1
2
3
dontrun{
format_tidy_lm()
}

Oromendia/oromendia documentation built on April 6, 2021, 6:54 a.m.