Advanced ANOVA - MANOVA - Wikiversity
Advanced ANOVA - MANOVA - Wikiversity
Advanced ANOVA/MANOVA
The purpose of this tutorial is to teach use of multivariate Resource type: this resource
contains a tutorial or tutorial notes.
analysis of variance (MANOVA), with practical exercises
based on using SPSS.
Completion status: this resource is
Note that the MANOVA procedure is not available with the considered to be complete.
Student version of SPSS.
What is MANOVA?
Contents
Developed as a theoretical construct by Samual S. Wilks in 1932
(Biometrika). What is MANOVA?
An extension of univariate ANOVA procedures to situations in which there
Example
are two or more related dependent variables (ANOVA analyses only a
single DV at a time). DVs should be correlated (but not overly so; otherwise Usage
they should be combined) or conceptually related.
The MANOVA procedure identifies (inferentially) whether: How does it work?
DVs
Usage
MANOVA is appropriate when we have several DVs which all measure different aspects of some cohesive theme,
e.g., several different types of academic achievement (e.g., Maths, English, Science).
MANOVA works well in situations where there are moderate correlations between DVs. For very high or very low
correlation in DVs, it is not suitable: if DVs are too correlated, there isn’t enough variance left over after the first DV is
https://en.wikiversity.org/wiki/Advanced_ANOVA/MANOVA 1/7
2/7/2018 Advanced ANOVA/MANOVA - Wikiversity
fit, and if DVs are uncorrelated, the multivariate test will lack power (so why sacrifice degrees of freedom?)[1]
Alternatively, consider use a series of univariate ANOVAs (one for each DV) or possibly Mixed ANOVA.
"Because of the increase in complexity and ambiguity of results with MANOVA, one of the best overall
recommendations is: Avoid it if you can." (Tabachnick & Fidell, 1983, p.230). In other words - be sure it is really the
best approach to use.
Covariates can also be included → MANCOVA
The MANOVA procedure creates a new DV which is a linear combination of the multiple DVs. This particular
combination of DVs is chosen to maximise the difference between the IV groups.[2]
The MANOVA procedure then assesses whether this new DV differs significantly between the IV groups.[2]
It examines the effect of several independent variables (main effects and interaction effects), as does univariate
ANOVA
These IV effects are examined on several DVs that are combined to form one or more linear composites, as in
discriminant analysis.
Factor A main effect - evaluated by combining the original DVs to form one or more orthogonal discriminant functions
(roots) which provide the greatest possible separation of the groups representing the levels of Factor A.
Factor B main effect - evaluated by combining the original DVs to form one or more orthogonal discriminant functions
(roots) which provide the greatest possible separation of the groups representing the levels of Factor B.
A X B Interaction - assessed by forming one or more discriminant functions that maximise the separation of cells of
the factorial data matrix.
For each effect (A, B, and A x B) the discriminant functions will differ (so the composite DV being examined can
change)
Assumptions
1. Sample size
MANOVA sig. tests assume multivariate normality, however when cell size > ~20 to 30 the procedure is robust
violating this assumption
Note that univariate normality is not a guarantee of multivariate normality, but it does help.
Check univariate normality via histograms, normal probability plots, skewness, kurtosis, etc. and check
multivariate normality using Mahalanobis' distance. These procedures will also help to check for possible outliers.
3. Outliers:
MANOVA is sensitive to the effect of outliers (they impact on the Type I error rate); first check for univariate
outliers, then use Mahalanobis' distance to check for multivariate outliers (MVOs).
MVOs are cases with an unusual combination of scores for the DVs of interest.
The SPSS Regression menus can be used to calculate Mahalanobis' Distance, which will provide a score for each
case which can be assessed according to a 2 distribution
Analyze - Regression - Linear - Dependent (add a unique identifier e.g., ID) - Independent (add all the
MANOVA DVs) - Save - MD - Paste/OK.
https://en.wikiversity.org/wiki/Advanced_ANOVA/MANOVA 2/7
2/7/2018 Advanced ANOVA/MANOVA - Wikiversity
Cases which can be considered MVOs are those with MD values above the critical 2 value (where the number of
IVs equals is the 2 df).
MANOVA can tolerate a few outliers, particularly if their scores are not too extreme and there is a reasonable N. If
there are too many outliers, or very extreme scores, consider deleting these cases or transforming the variables
involved (see Tabachnick & Fidell).
4. Linearity
This assumption is only important if using stepdown analysis, i.e., there is reason for ordering the DVs.
Covariates must have a homogeneity of regression effect (must have equal effects on the DV across the groups)
6. Multicollinearity and singularity
MANOVA works best when the DVs are only moderately correlated.
When correlations are low, consider running separate ANOVAs
When there is strong multicollinearity, there are redundant DVs (singularity) which decreases statistical efficiency.
Correlations above .7, and particularly above .8 or .9 are reason for concern.
Consider removing one of the strongly correlated pairs or combining them to form a single measure.
7. Homogeneity of variance-covariance matrix (Box's M)
The F test from Box's M statistics should be interpreted cautiously because it is a highly sensitive test of the
violation of the multivariate normality assumption, particularly with large sample sizes.
MANOVA is fairly robust to this assumption where there are equal sample sizes for each cell.
8. Homogeneity of error variances (Levene's test)
If this assumption is violated, use a more conservative critical level for determining significance for that
variable in the univariate F-test. Tabachnick and Fidell suggest .025 or .01 rather than the conventional .05 level.
Hotelling's trace
Pillai's criterion
https://en.wikiversity.org/wiki/Advanced_ANOVA/MANOVA 3/7
2/7/2018 Advanced ANOVA/MANOVA - Wikiversity
2. More robust than Wilks'; should be used when sample size decreases, unequal cell sizes or homogeneity of
covariances is violated
Effect sizes
Also use effect sizes to evaluate strength of the effects (particularly for significant effects):
Multivariate ANOVA:
Wilks' - multivariate : Wilks' reflects the ratio of within-group variance across all discriminant functions to
total variance across all discriminant functions.
Univariate ANOVA:
2 gives the proportion of variance in the DV that is attributable to different levels of an IV.
Tests the effects of several IVs and several outcome (DVs) within a single analysis.
Uses the power of convergence (no single operationally defined DV is likely to capture perfectly the conceptual
variable of interest)
IVs of interest are likely to affect a number of different conceptual variables - e.g., an organisation's non-smoking
policy may affect employee satisfaction, production, absenteeism, health insurance claims, etc.
Can provide a more powerful test of significance than available when via univariate tests.
Reduced Type I error rate compared with performing a series of univariate tests.
Interpretive advantages over a series of separate univariate ANOVAs.
Disadvantages
Discriminant functions are not always easy to interpret - they are designed to separate groups, not to make
conceptual sense. In MANOVA, each effect evaluated for significance uses different discriminant functions (Factor A
https://en.wikiversity.org/wiki/Advanced_ANOVA/MANOVA 4/7
2/7/2018 Advanced ANOVA/MANOVA - Wikiversity
may be found to influence a combination of DVs totally different from the combination most affected by Factor B or
the interaction between Factors A and B).
Like discriminant analysis, the assumptions on which it is based are numerous and difficult to assess and meet.
Alternatives
Example writeup
A one-way multivariate analysis of variance (MANOVA) was conducted to determine the effect of the three types of study
strategies (thinking, writing and talking) on two dependent variables (recall and application test scores). A nonsignificant
Box’s M, indicated a lack of evidence that the homogeneity of variance-covariance matrix assumption was violated. No
univariate or multivariate outliers were evident and MANOVA was considered to be an appropriate analysis technique.
Significant differences were found among the three study strategies on the dependent measures, Wilks’ = .42, F (4,52) =
7.03, p < .001. The multivariate Wilks' was quite strong at .35. Table 1 presents the means and standard deviations of the
dependent variables for the three strategies.
Univariate analyses of variance (ANOVAs) for each dependent variable were conducted as follow-up tests to the MANOVA.
Using the Bonferroni method for controlling Type I error rates for multiple comparisons, each ANOVA was tested at the
.025 level. The ANOVA of the recall scores was significant, F (2,27) = 17.11, p <.001, = .56, while the ANOVA based on
the application scores was nonsignificant, F(2,27)=4.20, p = .026, =.24.
Post hoc analysis for the recall scores consisted of conducting pairwise comparisons to determine which study strategy
affected performance most strongly. Each pairwise comparison was tested at the .025/3, or .008, significance level. The
writing group produced significantly superior performance on the recall questions in comparison with either of the other
two groups. The thinking and talking groups did not differ significantly from each other.
Table 1 Means and Standard Deviations for each Dependent Variable by Strategy
Recall Application
Strategy M SD M SD
Thinking 3.30 0.68 3.20 1.23
Writing 5.80 1.03 5.00 1.76
Talking 4.20 1.14 4.40 1.17
Note: This table should also include skewness, kurtosis, and descriptives for marginals.
Exercises
Data
1st MANOVA
Maths (mathsach)
English (engach)
IVs:
2nd MANOVA
SPSS Steps
Analyze - General Linear Model - Multivariate (add IV(s) (fixed factors) and DVs)
Graphs - could use any of:
DVs
Attentiveness
Settledness
Sociability
DVs
Responsiveness
Expectations
Enjoyable class
References
1. French, A., Poulsen, J., & Yu, A. (2002). Multivariate Analysis of Variance (MANOVA) (http://userwww.sfsu.edu/~efc/cl
asses/biol710/manova/manovanew.htm).
https://en.wikiversity.org/wiki/Advanced_ANOVA/MANOVA 6/7
2/7/2018 Advanced ANOVA/MANOVA - Wikiversity
2. Francis, G. (2007). Introduction to SPSS for Windows: v. 15.0 and 14.0 with Notes for Studentware (http://www.pearso
ned.com.au/Catalogue/TitleDetails.aspx?isbn=9780733989834) (5th ed.). Sydney: Pearson Education. (Section 5.3)
3. Tabachnick, B. G., & Fidell, L. S. (1983). Using multivariate statistics. New York: Harper & Row. (Chapter 9; more
recent editions are available
Hair, J. F., Anderson, R. E., Tatham, R. L., & Black, W. C. (1998). Multivariate data analysis (5th ed.). New York:
Macmillan (Chapter 6).
Pallant, J. (2005). SPSS survival manual: A step by step guide to data analysis using SPSS for Windows (Versions
12-14) (http://www.allenandunwin.com/spss/studentsurviving.html). Crows Nest, NSW, Australia: Allen & Unwin.
(Chapter 21)
See also
MANOVA
External links
MANOVA (http://ucspace.canberra.edu.au/display/RMPE/MANOVA) (ucspace)
MANOVA Notes (http://web.archive.org/web/20080825123959/http://ucspace.canberra.edu.au/download/attachment
s/45090987/MANOVA+Notes.doc) (Handout)
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this
site, you agree to the Terms of Use and Privacy Policy.
https://en.wikiversity.org/wiki/Advanced_ANOVA/MANOVA 7/7