Multivariate analysis of variance

From Wikipedia, the free encyclopedia
(Redirected from MANOVA)
The image above depicts a visual comparison between multivariate analysis of variance (MANOVA) and univariate analysis of variance (ANOVA). In MANOVA, researchers are examining the group differences of a singular independent variable across multiple outcome variables, whereas in an ANOVA, researchers are examining the group differences of sometimes multiple independent variables on a singular outcome variable. In the provided example, the levels of the IV might include high school, college, and graduate school. The results of a MANOVA can tell us whether an individual who completed graduate school showed higher life AND job satisfaction than an individual who completed only high school or college. Results of an ANOVA can only tell us this information for life satisfaction. Analyzing group differences across multiple outcome variables often provides more accurate information as a pure relationship between only X and only Y rarely exists in nature.

In statistics, multivariate analysis of variance (MANOVA) is a procedure for comparing multivariate sample means. As a multivariate procedure, it is used when there are two or more dependent variables,[1] and is often followed by significance tests involving individual dependent variables separately.[2]

Without relation to the image, the dependent variables may be k life satisfactions scores measured at sequential time points and p job satisfaction scores measured at sequential time points. In this case there are k+p dependent variables whose linear combination follows a multivariate normal distribution, multivariate variance-covariance matrix homogeneity, and linear relationship, no multicollinearity, and each without outliers.

Model[edit]

Assume -dimensional observations, where the ’th observation is assigned to the group and is distributed around the group center with multivariate Gaussian noise:

where is the covariance matrix. Then we formulate our null hypothesis as

Relationship with ANOVA[edit]

MANOVA is a generalized form of univariate analysis of variance (ANOVA),[1] although, unlike univariate ANOVA, it uses the covariance between outcome variables in testing the statistical significance of the mean differences.

Where sums of squares appear in univariate analysis of variance, in multivariate analysis of variance certain positive-definite matrices appear. The diagonal entries are the same kinds of sums of squares that appear in univariate ANOVA. The off-diagonal entries are corresponding sums of products. Under normality assumptions about error distributions, the counterpart of the sum of squares due to error has a Wishart distribution.


Hypothesis Testing[edit]

First, define the following matrices:

  • : where the -th row is equal to
  • : where the -th row is the best prediction given the group membership . That is the mean over all observation in group : .
  • : where the -th row is the best prediction given no information. That is the empirical mean over all observations

Then the matrix is a generalization of the sum of squares explained by the group, and is a generalization of the residual sum of squares.[3] [4] Note that alternatively one could also speak about covariances when the abovementioned matrices are scaled by 1/(n-1) since the subsequent test statistics do not change by multiplying and by the same non-zero constant.

The most common[3][5] statistics are summaries based on the roots (or eigenvalues) of the matrix

  • Samuel Stanley Wilks' distributed as lambda (Λ)
  • the K. C. Sreedharan PillaiM. S. Bartlett trace, [6]
  • the Lawley–Hotelling trace,
  • Roy's greatest root (also called Roy's largest root),

Discussion continues over the merits of each,[1] although the greatest root leads only to a bound on significance which is not generally of practical interest. A further complication is that, except for the Roy's greatest root, the distribution of these statistics under the null hypothesis is not straightforward and can only be approximated except in a few low-dimensional cases. An algorithm for the distribution of the Roy's largest root under the null hypothesis was derived in [7] while the distribution under the alternative is studied in.[8]

The best-known approximation for Wilks' lambda was derived by C. R. Rao.

In the case of two groups, all the statistics are equivalent and the test reduces to Hotelling's T-square.

Introducing Covariates (MANCOVA)[edit]

One can also test if there is a group effect after adjusting for covariates. For this, follow the procedure above but substitute with the predictions of the general linear model, containing the group and the covariates, and substitute with the predictions of the general linear model containing only the covariates (and an intercept). Then are the additional sum of squares explained by adding the grouping information and is the residual sum of squares of the model containing the grouping and the covariates.[4]

Note that in case of unbalanced data, the order of adding the covariates matter.

Correlation of dependent variables[edit]

This is a graphical depiction of the required relationship amongst outcome variables in a multivariate analysis of variance. Part of the analysis involves creating a composite variable, which the group differences of the independent variable are analyzed against. The composite variables, as there can be multiple, are different combinations of the outcome variables. The analysis then determines which combination shows the greatest group differences for the independent variable. A descriptive discriminant analysis is then used as a post hoc test to determine what the makeup of that composite variable is that creates the greatest group differences.
This is a simple visual representation of the effect of two highly correlated dependent variables within a MANOVA. If two (or more) dependent variables are highly correlated, the chances of a Type I error occurring is reduced, but the trade-off is that the power of the MANOVA test is also reduced.

MANOVA's power is affected by the correlations of the dependent variables and by the effect sizes associated with those variables. For example, when there are two groups and two dependent variables, MANOVA's power is lowest when the correlation equals the ratio of the smaller to the larger standardized effect size.[9]

See also[edit]

References[edit]

  1. ^ a b c Warne, R. T. (2014). "A primer on multivariate analysis of variance (MANOVA) for behavioral scientists". Practical Assessment, Research & Evaluation. 19 (17): 1–10.
  2. ^ Stevens, J. P. (2002). Applied multivariate statistics for the social sciences. Mahwah, NJ: Lawrence Erblaum.
  3. ^ a b Anderson, T. W. (1994). An Introduction to Multivariate Statistical Analysis. Wiley.
  4. ^ a b Krzanowski, W. J. (1988). Principles of Multivariate Analysis. A User's Perspective. Oxford University Press.
  5. ^ UCLA: Academic Technology Services, Statistical Consulting Group. "Stata Annotated Output – MANOVA". Retrieved 2024-02-10.
  6. ^ "MANOVA Basic Concepts – Real Statistics Using Excel". www.real-statistics.com. Retrieved 5 April 2018.
  7. ^ Chiani, M. (2016), "Distribution of the largest root of a matrix for Roy's test in multivariate analysis of variance", Journal of Multivariate Analysis, 143: 467–471, arXiv:1401.3987v3, doi:10.1016/j.jmva.2015.10.007, S2CID 37620291
  8. ^ I.M. Johnstone, B. Nadler "Roy's largest root test under rank-one alternatives" arXiv preprint arXiv:1310.6581 (2013)
  9. ^ Frane, Andrew (2015). "Power and Type I Error Control for Univariate Comparisons in Multivariate Two-Group Designs". Multivariate Behavioral Research. 50 (2): 233–247. doi:10.1080/00273171.2014.968836. PMID 26609880. S2CID 1532673.

External links[edit]