PSYU2248 Lecture 5: Pt. 1 One-way ANOVA

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

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.

22 Terms

1
New cards

One-way ANOVA

A statistical method used for comparing means across three or more independent groups.

2
New cards

Type I error

Incorrect rejection of a true null hypothesis (false positive).

3
New cards

Omnibus test

  • Tests overall significance among multiple group means before detailed comparisons.

4
New cards

Variance partitioning

Separating total variance into between-group and within-group variance.

5
New cards

Between-group variance

Variability due to differences among group means.

6
New cards

Within-group variance

Variability due to individual differences within each group

7
New cards

Effect size (Eta-squared, η²)

Indicates the proportion of variance explained by the independent variable.

8
New cards

Independent variable (IV)

Categorical variable with multiple levels/groups.

9
New cards

Dependent variable (DV)

Continuous (numerical) variable influenced by the IV.

10
New cards

Degrees of Freedom (df)

Number of independent values available to vary in calculating a statistic.

11
New cards

Mean Square (MS)

Variance estimate obtained by dividing Sum of Squares (SS) by degrees of freedom (df).

12
New cards

F-ratio

Statistic used in ANOVA to compare variance between groups against variance within groups (MS_between/MS_within).

13
New cards

ANOVA Assumptions

  • Numerical DV (interval/ratio scale)

  • Independence of observations

  • Normal distribution within each group

  • Homogeneity of variance

14
New cards

Follow-up Analyses of ANOVA

  • Simple (pairwise): Compare two group means.

  • Complex: Compare combined groups versus another group.

  • Planned comparisons: Hypothesis-driven; defined before data collection.

  • Post hoc comparisons: Exploratory; follow a significant omnibus F-test.

15
New cards

Descriptive statistics (numeric summaries) command

tabstat DV, by(IV) stat(n mean sd)

16
New cards

Normality (histogram) command

histogram DV, by(IV)

17
New cards

Normality (Shapiro-Wilk test)

by IV, sort: swilk DV

18
New cards

Homogeneity of variance (Levene’s test)

robvar DV, by(IV)

19
New cards

Omnibus ANOVA test

anova DV IV

20
New cards

Alternative basic ANOVA command (Bartlett’s test)

oneway DV IV, tabulate

21
New cards

Omnibus F-test interpretation

Significant F value suggests at least one group mean significantly differs from others.

22
New cards

Effect size interpretation (Eta-squared, η²)

  • Small: 0.01

  • Medium: 0.06

  • Large: >0.14