View source: R/mc_manova_disp.R
| mc_manova_disp | R Documentation |
Performs a MANOVA-type Wald test for the dispersion parameters
of multivariate covariance generalized linear models fitted
using mcglm. The test is based on quadratic forms
of the estimated dispersion parameters and their covariance
matrix, yielding statistics analogous to the Hotelling–Lawley trace.
mc_manova_disp(object, idx, effect_names, ...)
object |
An object of class |
idx |
An integer vector defining the grouping structure of dispersion parameters to be tested. |
effect_names |
A character vector with labels for the tested dispersion effects. |
... |
Further arguments (currently not used). |
A data frame containing the MANOVA-type test results for the dispersion parameters with the following columns:
Names of the tested dispersion effects.
Degrees of freedom associated with each effect.
Hotelling–Lawley trace statistic.
Chi-square test statistic.
P-values from the chi-square approximation.
Wagner Hugo Bonat, wbonat@ufpr.br
mcglm, mc_manova,
coef.mcglm, vcov.mcglm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.