mc_manova: MANOVA-Type Test for Multivariate Covariance GLMs

View source: R/mc_manova.R

mc_manovaR Documentation

MANOVA-Type Test for Multivariate Covariance GLMs

Description

Performs a MANOVA-type Wald test for multivariate covariance generalized linear models fitted using mcglm. The test is based on quadratic forms of the estimated regression parameters and their covariance matrix, yielding statistics analogous to the Hotelling–Lawley trace.

Usage

mc_manova(object, ...)

Arguments

object

An object of class "mcglm".

...

Further arguments (currently not used).

Value

A data frame containing the MANOVA-type test results with the following columns:

Effects

Names of the tested model effects.

Df

Degrees of freedom associated with each effect.

Hotelling-Lawley

Hotelling–Lawley trace statistic.

Chi-square

Chi-square test statistic.

p-value

P-values from the chi-square approximation.

Author(s)

Wagner Hugo Bonat, wbonat@ufpr.br

See Also

mcglm, coef.mcglm, vcov.mcglm


mcglm documentation built on Jan. 9, 2026, 1:07 a.m.