Description Usage Arguments Examples
Bold or unbold p-values for fmt_regression
objects in Rmarkdown
1 2 |
x |
|
t |
Determines the threshold below which p-values get bolded. Default is 0.05. |
... |
further arguments passed to or from other methods |
1 2 3 | lm(mpg ~ hp + am, mtcars) %>%
fmt_regression() %>%
bold_p()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.