This is a helper function and not intended for users
waldchisq_test(
mod,
restrictions = NULL,
restrictions.phi = NULL,
contrasts_DA = NULL,
contrasts_DV = NULL,
robust = FALSE
)
Test statistic for Wald test.
an object of class bbdml
Optional. Defaults to NULL
. Numeric vector indicating the parameters associated with the abundance to test, or character vector with name of variable to test. Note that 1
is the intercept associated with the abundance.
Optional. Defaults to NULL
. Numeric vector indicating the parameters associated with the dispersion to test, or character vector with name of variable to test. Note that 1
is the intercept associated with the dispersion.
List. Optional. Constructs a contrast matrix. List elements should be characters specifying contrasts in the parameters within formula
. Note that this is only available with "Wald"
value for test
.
List. Optional. Constructs a contrast matrix. List elements should be characters specifying contrasts in the parameters within phi.formula
. Note that this is only available with "Wald"
value for test
.
Should robust standard errors be used? If not, model-based standard arras are used. Logical, defaults to FALSE
.