wald_test
wald_test.Rd
wald_test
Arguments
- 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
Examples
fit <- lm(Sepal.Lenght ~ Species, data = iris)
#> Error in eval(predvars, data, env): object 'Sepal.Lenght' not found
wald_test(fit)
#> Error: object 'fit' not found