ANOVA Comparisons Flashcards
A priori comparison
Decide before conducting ANOVA to compare some, but not all, group means. Depends on which specific sets of means you theoretically think will be different from one another. Usually theory-driven, decreases likelihood of making a Type I error.
Simple: Compare 2 means (will only do these by hand!)
Complex: Compare 3+ means (will use SPSS)
Post-hoc comparison
Compare all means after conducting ANOVA. This is what most researchers do, easier from a calculation perspective.
Tukey’s honestly significant difference (HSD) test formula
q(x,y) = M(x) - M(y)/(√MS(within)/n)
Tukey test steps
- Calculate denominator term: (√MS(within)/n)
- Calculate q(x,y): Code groups (ex. CBT = 1, BA = 2, PDT = 3), then calculate for every possible combination of groups (1,2; 1,3; 2,3). Take the absolute value since we are interested in the difference in magnitude for Tukey tests.
- Locate q[crit]: use k, df(within), and alpha level to find q[crit] value on the q table. Round DOWN your df(within) if the exact value is not on the table, even if the # is closer to a higher value.
- Identify significant differences between means: Compare means of the groups to your q[crit] value. If q(x,y) > q[crit], those means ARE significantly different from each other. If q(x,y) < q[crit], those means are NOT significantly different from each other.
A priori comparisons steps
- Calculate MS(between)
- Calculate F-ratio
- Complete Bonferroni correction
- Set the criteria for a decision
- Make decision
Compute MS(between)
- df(between) = k - 1
- SS(between)
a. Calculate Ms: M = Σ(x)/N
b. Calculate GM: GM = Σ(M)/n, where n = # of means for each group
c. Calcuate SSs: SS = Σ(M-GM)^2 (ignore the raw scores here!)
d. Calculate SS(between) = SS1 + SS2 - Calculate MS(between) = SS(between)/df(between). SS(between) will always = MS(between) for a simple a priori since k = 2, so df = 1.
Bonferroni correction
Controls the Type I error rate when conducting multiple comparisons. The Bonferroni corrected alpha becomes the new testwise alpha level. α(new) = α/m, where m = # of tests conducted. Round down to nearest α level on F-table.
Testwise alpha level
The risk of type I error for one hypothesis test. Probability = α. Ex: testwise alpha for each z-test, t-test, ANOVA = .05
Experimentwise alpha level
Risk of type I error for total # of hypothesis tests conducted. Probability = 1 - (1 - α)^m, where m = # of tests conducted.