Description Usage Arguments Examples
Bold or unbold p-values for fmt_uni_regression
objects in Rmarkdown
1 2 |
x |
|
t |
Determines the threshold below which p-values get bolded. Default is 0.05. |
q |
logical argument. When TRUE will bold or unbold the q-value column rather than the p-values |
... |
further arguments passed to or from other methods |
1 2 3 4 5 6 | trial %>%
fmt_uni_regression(
method = "lm",
y = "age"
) %>%
bold_p(t = 0.20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.