Description Usage Arguments Examples
This function uses Anova
from the car
package with type = "III"
to calculate global p-values.
1 2 | ## S3 method for class 'fmt_uni_regression'
add_global(x, ...)
|
x |
object with class |
... |
arguments to be passed to |
1 2 3 4 5 6 7 8 | fmt_uni_regression(
trial,
method = "glm",
y = "response",
method.args = list(family = binomial),
exponentiate = TRUE
) %>%
add_global()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.