PSYU2248 Lecture 6: Multiple Comparisons in One-way ANOVA

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Get a hint
Hint

Multiple Comparisons

Get a hint
Hint

Follow-up tests after a significant omnibus ANOVA to pinpoint group differences.

Get a hint
Hint

Omnibus F-Test

Get a hint
Hint

Tests if any group means significantly differ, but doesn't specify which groups.

Card Sorting

1/23

Anonymous user
Anonymous user
encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

Multiple Comparisons

Follow-up tests after a significant omnibus ANOVA to pinpoint group differences.

2
New cards

Omnibus F-Test

Tests if any group means significantly differ, but doesn't specify which groups.

3
New cards

Family-wise Error Rate

Probability of committing at least one Type I error across multiple tests.

4
New cards

Per-comparison Error Rate

Probability of committing a Type I error in an individual test

5
New cards

Pairwise Comparisons

Simple comparisons involving exactly two group means.

6
New cards

Linear Contrast

Uses assigned weights (contrast coefficients) to compare group means

7
New cards

Contrast Coefficients (Weights)

Numbers assigned to group means in a linear contrast, summing typically to zero.

8
New cards

Bonferroni Adjustment

  • Adjusts alpha by dividing by the number of comparisons (α / number of comparisons).

  • Suitable for planned comparisons, small number of tests.

9
New cards

Tukey’s Honestly Significant Difference (HSD)

  • Ideal for all pairwise comparisons.

  • Controls family-wise error rate effectively.

10
New cards

Scheffé’s Method

  • Most conservative method, controls error across all possible contrasts.

  • Useful for complex comparisons.

11
New cards

T-Statistic for Pairwise Comparisons

Similar calculation to independent t-test: mean difference / pooled standard deviation.

12
New cards

F-Statistic in Linear Contrast

Calculated by partitioning variance using assigned contrast weights.

13
New cards

Effect Size (Cohen’s d)

mean difference divided by square root of MSwithin

14
New cards

Interpretation guidelines of cohen’s D

0.2 (small), 0.5 (medium), 0.8 (large).

15
New cards

Relationship of T and F

F = t²; t = square root of F

16
New cards

Basic ANOVA command

anova DV IV

17
New cards

Pairwise Comparisons (with adjustments) command

pwmean DV, over(IV) effects mcompare(bon|tukey|sch)

18
New cards

Linear Contrasts command

contrast {group w1 w2 w3}, effects

19
New cards

Bonferroni with Linear Contrast command

contrast group, effects mcompare(bon)

20
New cards

Tukey HSD (pairwise only) command

pwmean DV, over(IV) effects mcompare(tukey)

21
New cards

Scheffé’s Method command

contrast group, effects mcompare(sch)

22
New cards

Identify Group Coding command

label list

codebook IV

23
New cards

Common Issues of multiple comparisons

  • Running many independent tests without adjustments increases Type I error.

  • Avoid "p-hacking" by selecting one adjustment method beforehand.

24
New cards

Tips for Contrasts in Stata

  • Ensure weights sum to zero.

  • Whole numbers simplify interpretation.

  • Adjust reference categories with: contrast rb3.group, effects