How to do a Post hoc of a nested ANOVA
10 views (last 30 days)
Show older comments
Hi, I did a nested ANOVA and I would like to do a multiple comparison test as the Tukey's post hoc analysis.
I saw that the multcompare doesn't accept stats from nested ANOVAs.
I would appreciate any suggestion on how to permorm a post hoc for this kind of stats.
7 Comments
Scott MacKenzie
on 7 Jul 2022
Yes, this is reasonable, except the denominator, n, is the number of comparisons, not the number of levels. With 4 levels yielding 6 comparisons, use 0.05 / 6 = 0.0083 as the threshold for significance to maintain the family-wise alpha of .05.
Answers (1)
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!