waldchisq_test {corncob} | R Documentation |
Wald-type chi-squared test statistic (model-based or robust)
Description
This is a helper function and not intended for users
Usage
waldchisq_test(
mod,
restrictions = NULL,
restrictions.phi = NULL,
contrasts_DA = NULL,
contrasts_DV = NULL,
robust = FALSE
)
Arguments
mod |
an object of class |
restrictions |
Optional. Defaults to |
restrictions.phi |
Optional. Defaults to |
contrasts_DA |
List. Optional. Constructs a contrast matrix. List elements should be characters specifying contrasts in the parameters within |
contrasts_DV |
List. Optional. Constructs a contrast matrix. List elements should be characters specifying contrasts in the parameters within |
robust |
Should robust standard errors be used? If not, model-based standard arras are used. Logical, defaults to |
Value
Test statistic for Wald test.