wald_test | R Documentation |
wald_test
wald_test(x, h0 = 0, btt = NULL, alternative = "two.sided", alpha = 0.05)
x |
a model. Currently supported classes are 'lmerMod', 'glmerMod', 'lm' and 'glm' |
h0 |
a vector of null hypothesis, default to 0 |
btt |
vector of coefficents names to test. Default to 'NULL' (all coefficients) |
alternative |
character indicating the side of the hypothesis |
alpha |
the alpha level, default to 0.05 |
a dataframe
fit <- lm(Sepal.Lenght ~ Species, data = iris)
wald_test(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.