Description Usage Arguments Examples
View source: R/format_tidy_lm.R
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.
1 | format_tidy_lm(rslt, d = 2, d_pVal = 3)
|
rslt |
Output from lm() then tidy() |
d |
Decimal places used for HR and confidence interval |
d_pVal |
Decimal places used for p value. |
1 2 3 | dontrun{
format_tidy_lm()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.