Courses / Psychology I
Statistics

Statistical Tests and Correlation

Psychology I 205 words Free to read

Choosing the Right Statistical Tool

The Pearson correlation coefficient (r) quantifies the strength and direction of a linear relationship between two continuous variables. It ranges from 1-1 (perfect negative) to +1+1 (perfect positive), with 00 indicating no linear relationship.

TestUsed for
Pearson correlationLinear relationship between two continuous variables
T-testComparing means of exactly TWO groups
ANOVAComparing means of THREE OR MORE groups
Chi-square testRelationships between CATEGORICAL variables

A scatterplot is essential here because rr only captures linear patterns and can badly understate a strong, curved non-linear relationship.

Four data shapes route to four different tools; then one tool is fooled

Avoiding Type I Errors with ANOVA

ANOVA (Analysis of Variance) tests all groups simultaneously in a single analysis. This controls the Type I error (false positive) rate, which would otherwise balloon if you ran multiple separate t-tests.

If ANOVA is significant, researchers use targeted post-hoc tests to pinpoint exactly which specific group pairs differ from one another.

Common pitfall: Running multiple separate t-tests across group pairs instead of ANOVA. Each extra test compounds your overall Type I error rate across the full set of comparisons, which is the exact problem ANOVA solves.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

10practice questions
2interactive scenes

Statistics