Xuhua Xia Slide 1 MANOVA All statistical methods we have learned so far have only one continuous DV and one or more IVs which may be continuous or categorical.

Slides:



Advertisements
Similar presentations
MANOVA (and DISCRIMINANT ANALYSIS) Alan Garnham, Spring 2005
Advertisements

Agenda of Week VII Review of Week VI Multiple regression Canonical correlation.
To go further: intra- versus interindividual variability.
Repeated Measures/Mixed-Model ANOVA:
MANOVA Mechanics. MANOVA is a multivariate generalization of ANOVA, so there are analogous parts to the simpler ANOVA equations First lets revisit Anova.
Research Support Center Chongming Yang
Biostatistics-Lecture 4 More about hypothesis testing Ruibin Xi Peking University School of Mathematical Sciences.
MANOVA: Multivariate Analysis of Variance
Analysis of covariance Experimental design and data analysis for biologists (Quinn & Keough, 2002) Environmental sampling and analysis.
SPSS Series 3: Repeated Measures ANOVA and MANOVA
Université d’Ottawa / University of Ottawa 2001 Bio 8100s Allied Multivariate Biostatistics L6.1 Lecture 6: Single-classification multivariate ANOVA (k-group.
WENDIANN SETHI SPRING 2011 SPSS ADVANCED ANALYSIS.
Analysis of variance (ANOVA)-the General Linear Model (GLM)
Research methods and statistics
ANCOVA Psy 420 Andrew Ainsworth. What is ANCOVA?
Chapter 14 Conducting & Reading Research Baumgartner et al Chapter 14 Inferential Data Analysis.
Chi Square Test Dealing with categorical dependant variable.
One-Way Analysis of Covariance One-Way ANCOVA. ANCOVA Allows you to compare mean differences in 1 or more groups with 2+ levels (just like a regular ANOVA),
What Is Multivariate Analysis of Variance (MANOVA)?
Analysis of Variance & Multivariate Analysis of Variance
Intro to Statistics for the Behavioral Sciences PSYC 1900
T-T ESTS AND A NALYSIS OF V ARIANCE Jennifer Kensler.
Chapter 14 Inferential Data Analysis
ANCOVA Lecture 9 Andrew Ainsworth. What is ANCOVA?
Inferential Statistics: SPSS
Part IV Significantly Different: Using Inferential Statistics
Understanding Multivariate Research Berry & Sanders.
Multivariate Analysis of Variance (MANOVA). Outline Purpose and logic : page 3 Purpose and logic : page 3 Hypothesis testing : page 6 Hypothesis testing.
Analysis of Covariance David Markham
بسم الله الرحمن الرحیم.. Multivariate Analysis of Variance.
1 1 Slide © 2008 Thomson South-Western. All Rights Reserved Chapter 15 Multiple Regression n Multiple Regression Model n Least Squares Method n Multiple.
B AD 6243: Applied Univariate Statistics Repeated Measures ANOVA Professor Laku Chidambaram Price College of Business University of Oklahoma.
Chapter 18 Some Other (Important) Statistical Procedures You Should Know About Part IV Significantly Different: Using Inferential Statistics.
ANalysis Of VAriance. ANOVA Tests of differences reflect differences in central tendency of variables between groups and measures. Correlation and regression.
Statistics 101: The 95% Rule David Newman, PhD. Levels of Data Nominal Ordinal Interval Ratio Binary--- The Magic Variable Categorical Continuous.
Repeated Measurements Analysis. Repeated Measures Analysis of Variance Situations in which biologists would make repeated measurements on same individual.
MANOVA Mechanics. MANOVA is a multivariate generalization of ANOVA, so there are analogous parts to the simpler ANOVA equations First lets revisit Anova.
ANALYSIS OF VARIANCE By ADETORO Gbemisola Wuraola.
Complex Analytic Designs. Outcomes (DVs) Predictors (IVs)1 ContinuousMany Continuous1 CategoricalMany Categorical None(histogram)Factor Analysis: PCA,
Statistical Analysis of Data1 of 38 1 of 42 Department of Cognitive Science Adv. Experimental Methods & Statistics PSYC 4310 / COGS 6310 MANOVA Multivariate.
Introduction to 2-way ANOVA Statistics Spring 2005.
Educational Research Chapter 13 Inferential Statistics Gay, Mills, and Airasian 10 th Edition.
Chapter 13 Multiple Regression
Adjusted from slides attributed to Andrew Ainsworth
Repeated Measures ANOVA patterns over time. Case Study.
Slide 1 Mixed ANOVA (GLM 5) Chapter 15. Slide 2 Mixed ANOVA Mixed: – 1 or more Independent variable uses the same participants – 1 or more Independent.
Multivariate Data Analysis Chapter 2 – Examining Your Data
© 2006 by The McGraw-Hill Companies, Inc. All rights reserved. 1 Chapter 12 Testing for Relationships Tests of linear relationships –Correlation 2 continuous.
Assumptions 5.4 Data Screening. Assumptions Parametric tests based on the normal distribution assume: – Independence – Additivity and linearity – Normality.
Handout Twelve: Design & Analysis of Covariance
Copyright c 2001 The McGraw-Hill Companies, Inc.1 Chapter 11 Testing for Differences Differences betweens groups or categories of the independent variable.
ANCOVA (adding covariate) MANOVA (adding more DVs) MANCOVA (adding DVs and covariates) Group Differences: other situations…
Introduction to 2-way ANOVA Statistics Spring 2005.
MANOVA Lecture 12 Nuance stuff Psy 524 Andrew Ainsworth.
PROFILE ANALYSIS. Profile Analysis Main Point: Repeated measures multivariate analysis One/Several DVs all measured on the same scale.
Differences Among Groups
Profile Analysis and Doubly Manova Comps in PA and Doubly Manova Psy 524 Andrew Ainsworth.
Differences Among Group Means: Multifactorial Analysis of Variance
Factorial Experiments
CH 5: Multivariate Methods
Discriminant Analysis
Multiple Regression.
Applied Statistical Analysis
Dr. Siti Nor Binti Yaacob
BIVARIATE REGRESSION AND CORRELATION
Repeated Measures ANOVA
Multiple Regression A curvilinear relationship between one variable and the values of two or more other independent variables. Y = intercept + (slope1.
Multivariate Statistics
MANOVA Control of experimentwise error rate (problem of multiple tests). Detection of multivariate vs. univariate differences among groups (multivariate.
Chapter 7 Multivariate Analysis of Variance
Presentation transcript:

Xuhua Xia Slide 1 MANOVA All statistical methods we have learned so far have only one continuous DV and one or more IVs which may be continuous or categorical There are cases with multiple DVs. All statistical methods that deal with multiple DVs or multiple variables without DV/IV specification are grouped into multivariate statistics Multivariate analysis of variance (MANOVA) as an example Why MANOVA instead of multiple ANOVA for each DV? –Experimentwise error rate –See what univariate analysis cannot see The power of MANOVA test generally decreases with the number of variables that do not differ among groups. So be cautious in including variables in MANOVA (or any other multivariate statistical methods). There are two ways in science to increase the statistical power. Everyone knows the first, i.e., to increase sample size, but many ignore the second, i.e., to formulate specific and explicit hypotheses.

Slide 2 GenderHeightWeight Male6970 Male6368 Male7173 Female7279 Female8284 Female7879 Male6874 Male7274 Male7073 Female6465 Female6968 Female7071 Male7580 Male6366 Male5659 Female7474 Female7676 Female6061 Male7885 Male7176 Male7783 Female7275 Female6865 Male6868 Male7278 Gender Difference:

Xuhua Xia Slide 3 Advantage of MANOVA md<-read.table("manovaex1.txt",header=T) attach(md) fitANOVA1<-aov(Height~Gender) summary(fitANOVA1) fitANOVA2<-aov(Weight~Gender) summary(fitANOVA2) anova(fitANOVA2) plot(Height[Gender=="Female"],Weight[Gender=="Female"],pch=16,co l="red",xlim=c(min(Height),max(Height)),ylim=c(min(Weight),max(W eight))) points(Height[Gender=="Male"],Weight[Gender=="Male"],pch=16) Y <- cbind(Height, Weight) fit <- manova(Y ~ Gender) summary(fit, test="Pillai")

Xuhua Xia Slide 4 Fisher Iris Data Collected by Dr. Edgar Anderson, published in Fisher (1936) Sepal length and width, petal length and width (in cm) of fifty plants for each of three types of iris –Iris setosa, diploid with 38 chromosomes –Iris versicolor, hexaploid (108 chromosomes) –Iris virginica, tetroploid Fisher, R.A. (1936). "The Use of Multiple Measurements in Taxonomic Problems". Annals of Eugenics 7: 179–188. Saved in "MANOVAex2.txt"

Xuhua Xia Slide 5 Advantage of MANOVA md<-read.table("MANOVAex2.txt",header=T) attach(md) fitANOVA1<-aov(SepalLen~Species) summary(fitANOVA1) fitANOVA2<-aov(SepalWid~Species) summary(fitANOVA2) fitANOVA3<-aov(PetalLen~Species) summary(fitANOVA3) fitANOVA4<-aov(PetalWid~Species) summary(fitANOVA4) Y <- cbind(SepalLen, SepalWid, PetalLen, PetalWid) fit <- manova(Y ~ Species) summary(fit, test="Pillai")

Xuhua Xia Slide 6 Interpretation of MANOVA If the multivariate test is –not significant, report no group differences among the mean vectors –significant, perform univariate ANOVA and relevant contrasts –Correlation among variables that may lead to significant MANOVA test but no significant ANOVA test. Contrasts –Prior (planned): Certain theory predicts which treatments should be different –Post hoc (unplanned): Not sure which treatments should be different

Xuhua Xia Slide 7 MANOVA Assumptions Independence assumption: All observations are independent (residuals are uncorrelated) Multivariate normality Sphericity assumption in repeated measures Homoscedasticity (equal variance and covariance) assumption: Each sample (group) has the same covariance matrix (compound symmetry) Linearity assumption: Relationship among variables are linear.