View source: R/mc_anova_disp.R
| mc_anova_disp | R Documentation |
Performs Wald chi-square tests for dispersion (covariance) parameters
by response variable in multivariate covariance generalized linear
models fitted with mcglm. This function is intended for
joint hypothesis testing of dispersion coefficients associated with
categorical covariates with more than two levels. It is not designed
for model comparison.
mc_anova_disp(object, idx_list, names_list, ...)
object |
An object of class |
idx_list |
A list of integer vectors indexing dispersion parameters to be jointly tested for each response. |
names_list |
A list of character vectors with covariate names to be displayed in the output tables. |
... |
Currently not used. |
The object is a list of data frames, one per response variable. Each data frame contains the following columns:
Name of the covariate associated with the dispersion parameters being tested.
Wald chi-square test statistic.
Degrees of freedom of the test.
P-value associated with the chi-square test.
mcglm, vcov, coef
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.