View source: R/ard_car_anova.R
ard_car_anova | R Documentation |
Function takes a regression model object and calculated ANOVA using car::Anova()
.
ard_car_anova(x, ...)
x |
regression model object |
... |
arguments passed to |
data frame
lm(AGE ~ ARM, data = cards::ADSL) |>
ard_car_anova()
glm(vs ~ factor(cyl) + factor(am), data = mtcars, family = binomial) |>
ard_car_anova(test.statistic = "Wald")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.