Description Usage Arguments Examples
The adjustments to the p-values is performed with
stats::
p.adjust
. The default method for correction
is false discovery rate ("fdr"
)
1 2 |
x |
|
method |
character argument. Methods from
|
... |
further arguments passed to or from other methods |
1 2 3 4 5 6 7 8 9 10 11 | lm(mpg ~ hp + am, mtcars) %>%
fmt_regression() %>%
bold_p()
trial %>%
fmt_uni_regression(
method = "lm",
y = "age"
) %>%
add_global() %>%
add_q()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.