One-Way ANOVA

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:05 PM on 7/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

ANOVA Definition

A one way analysis of variance is a statistical test used to compare any statistically significant differences between the means of three or more independent groups.

Factor - the independent (predictor, what you compare/change) variable (type of therapy)

Levels - the different groups within a factor (exposure therapy, psychodynamic, no therapy, etc.)

2
New cards

Assumptions of Null Hypothesis Significance Testing (NHST)

  1. Independent – participants don't influence each other.

  2. Normal – data are roughly bell-shaped.

  3. Equal variance – groups have similar spread.

  • The study's methods are precise and valid

  • The null (H₀) and research hypotheses (H₁) completes the sample space (covers all possible outcomes)

3
New cards

Data Wrangling

Before you collect data:

  1. Cleaning

  • Renaming variables so they are clear

  • Remove invalid/poor quality responses (participants who weren't paying attention)

  1. Scoring

  • Create new variables from the raw data, like average reaction time

  1. Checking

  • Look for/remove outliers if needed

4
New cards

One-way ANOVA

  • Used when there is 1 factor

Example: comparing different therapy types

If the factor has:

  • 2 levels → Use a t-test or ANOVA (same result).

    • Example: CBT vs No Therapy

  • More than 2 levels → Use a one-way ANOVA.

    • Example: CBT vs Exposure Therapy vs Psychodynamic Therapy vs No Therapy

5
New cards

Factorial ANOVA

  • Used when there are 2 or more factors

Example:

Factor 1: Type of therapy

Factor 2: Age group

6
New cards

Experimental Factors

The researcher assigns people to groups (giving different therapies to different people), detects cause and effect conclusions

7
New cards

Observational Factors

Does not assign groups, they just observe existing differences (age, gender, ethnicity), only show relationship

8
New cards

Qualitative Factors

Categories with no order; brand, gender, type of therapy

9
New cards

Quantitative Factors

Numbers that can be ordered; age, drug dosage (numerical)

10
New cards

Treatment

A specific experimental condition, determined by factors/levels. A design is balanced if each treatment is repeated the same number of times (same number of participants per condition).

11
New cards

Comparing of Means

ANOVA compares group means without assuming a specific pattern or relationship between the groups.

Some statistical methods assume groups follow a logical order or trend

  • Example: increasing dose → increasing effect

But ANOVA does NOT assume that

  • It treats groups as separate categories

  • Example: CBT vs medication vs no treatment

12
New cards

Omnibus Test

Checks if there is at least one difference among the group means helping control error and deciding whether further comparisons are needed.

  • If it's statistically significant, researchers do additional tests (post hoc to find which group differs)

  • It does not tell you which groups are different.

13
New cards

Familywise Error Rate (FWER)

The chance of making at least one false positive (Type I error) when you run multiple hypothesis tests on the same data.

  • Each test has a small chance of a false positive (e.g., α = 0.05)

  • If you run many tests, those chances add up

  • So the overall risk of a false alarm (saying smt’s there but it’s not) increases

This is called:

  • Alpha inflation

  • Cumulative Type I error

α = significance level (e.g., 0.05)

c = number of comparisons (e.g., 3 tests

<p>The chance of making<span><strong> at least one false positive</strong></span> (Type I error) when you run <span><strong>multiple hypothesis tests</strong></span> on the same data.</p><ul><li><p><span>Each test has a small chance of a false positive (e.g., α = 0.05)</span></p></li><li><p><span>If you run many tests, those chances <strong>add up</strong></span></p></li><li><p><span>So the overall risk of a false alarm (saying smt’s there but it’s not) increases</span></p></li></ul><p>This is called:</p><ul><li><p><span><strong>Alpha inflation</strong></span></p></li><li><p><span><strong>Cumulative Type I error</strong></span></p></li></ul><p>α = significance level (e.g., 0.05)</p><p>c = number of comparisons (e.g., 3 tests</p>
14
New cards

How Does ANOVA Work

Very similar to a t-test, except it compares 3 or more groups.

  1. State hypotheses and choose significance level

  2. Specify data handling practices (how you'll clean data, score variables, and handle outliers)

  3. Collect data

  4. Check assumptions - independent, normal distribution, homogeneity of variance (equal variance)

  5. Run the ANOVA - calculate the F-statistic and p-value

  6. Reject/retain hypothesis and if the ANOVA is significant, perform post hoc tests

15
New cards

ANOVA Table

The ANOVA table separates variation into between-group and within-group variation, then uses the F-statistic to test whether the group means differ. (Read more in notes)

<p>The ANOVA table separates variation into between-group and within-group variation, then uses the F-statistic to test whether the group means differ. (Read more in notes)</p>
16
New cards

F-Statistic

Compares signal vs noise

  • If F ≈ 1:

    • groups are similar (no real difference)

  • If F is large:

    • group differences are bigger than random variation → likely real effect

<p><span>Compares <strong>signal vs noise</strong></span></p><ul><li><p><span>If F ≈ 1:</span></p><ul><li><p><span>groups are similar (no real difference)</span></p></li></ul></li><li><p><span>If F is large:</span></p><ul><li><p><span>group differences are bigger than random variation → likely real effect</span></p></li></ul></li></ul><p></p>
17
New cards

ANOVA Assumptions

  1. Independence - observations don’t influence each other

  2. Normality using Shapiro-Wilk test - fail to reject H0 = met

  3. Homogeneity of Variance using Levene’s test - similar spread

For both two and three, we wish to fail to reject (retain) the null hypothesis.

18
New cards

Planned Comparisons

Chosen before collecting data, based on a specific hypothesis, fewer comparisons

  • This is when omnibus test is significant (at least one group is different but doesn’t know which)

Example: Compare CBT vs no treatment only

19
New cards

Post-Hoc Tests

Chosen after seeing a significance, explore which groups differ, compare all/many possible pairs

Example: A vs B, A vs C, B vs C, etc.

20
New cards

Outliers and Invalid Data

  • t-tests and ANOVA are sensitive to outliers

  • Outliers are values more than ±3 standard deviations from the mean

  • Researchers can remove them before data collection

Caused by: not following instructions, random responding, giving the same response repeatedly (invariant responding), etc.