ANOVAN main effects versus t-test for a 2 way anova
5 views (last 30 days)
Show older comments
I have run a two way anova using the anovan function, which gives as outputs main effects. To my knowledge, the test of main effects within one factor in a 2 way anova should be the same as doing a ttest (independent samples). However, I do not get the same result when I run ttest2 on one factor at a time.
Is there a reason for this?
Thank you
0 Comments
Answers (1)
Star Strider
on 27 Feb 2017
The multcompare (link) function is the correct approach. It automatically adjusts the t-statistics for multiple comparisons.
2 Comments
Star Strider
on 27 Feb 2017
Your use of ttest2.
If anovan is giving you the results that you believe are appropriate, then it’s likely correct.
The ttest2 function compares two independent data vectors, assuming they are your only data.
The multcompare function does the appropriate corrections for multiple comparisons because it takes into account the number of two-way comparisons necessary.
See Also
Categories
Find more on Analysis of Variance and Covariance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!