If "variables" is specified, the analyses will be run on the "variables" in "data".
If verbose = TRUE, the displayed output includes descriptive statistics and
tests of univariate and multivariate homogeneity.
Bartlett's test compares the variances of k samples. The data must be normally distributed.
The non-parametric Fligner-Killeen test also compares the variances of k samples and
it is robust when there are departures from normality.
Box's M test is a multivariate statistical test of the equality of multiple
variance-covariance matrices. The test is prone to errors when the sample sizes are small or when
the data do not meet model assumptions, especially the assumption of multivariate normality.
For large samples, Box's M test may be too strict, indicating heterogeneity when the covariance
matrices are not very different.
The returned output is a list with elements
covmatrixThe variance-covariance matrix for each group
BartlettBartlett test of homogeneity of variances (parametric)
Figner_KilleenFigner-Killeen test of homogeneity of variances (non parametric)
PooledWithinCovarSPSSthe pooled within groups covariance matrix from SPSS
PooledWithinCorrelSPSSthe pooled within groups correlation matrix from SPSS
sscpWithinthe within sums of squares and cross-products matrix
sscpBetweenthe between sums of squares and cross-products matrix
BoxLogdetsthe log determinants for Box's test
BoxMtestBox's' test of the equality of covariance matrices