0
tutorials.scrollToStart
Correlation & regression

When to Use Pearson vs. Spearman Correlation

6 min read

When to use Pearson vs. Spearman correlation is one of the most common method questions in thesis research. Both tests measure the relationship between two variables, but they apply under different conditions. Pearson requires metric data and a linear relationship; Spearman is appropriate when those conditions are not met. This guide walks you through the decision, the checks you need to run, and the APA reporting format for both.

Free sample chapter

Data Analysis From Survey to Results

Step-by-step guidance for choosing the right test, running it, and writing up APA results - in plain language, not theory. Get the free sample chapter when you join the waitlist.

Key takeaways

  • Use Pearson correlation when both variables are metric, normally distributed, and linearly related.
  • Use Spearman correlation when at least one variable is ordinal, normality fails, or the relationship is non-linear.
  • Always check linearity with a scatter plot before choosing — Pearson cannot detect non-linear relationships.
  • Report r for Pearson, ρ (rho) for Spearman, together with the p-value and sample size.
  • Effect size benchmarks are the same for both: |r| = .10 small, .30 medium, .50 large.

What Is Correlation? Quick Refresher

A correlation coefficient measures the strength and direction of the relationship between two variables. It ranges from −1 (perfect negative relationship) to +1 (perfect positive relationship). A value near 0 means little or no linear relationship.

Correlation tells you how strongly two variables move together — it does not tell you that one causes the other, and it does not allow you to make predictions (use regression for that).

The two most common correlation coefficients in thesis research are Pearson’s r (parametric) and Spearman’s ρ (non-parametric).

Pearson vs. Spearman: The Key Difference

Pearson’s r measures the linear relationship between two metric variables. It uses the actual values of both variables.

Spearman’s ρ (rho) measures the monotonic relationship between two variables by converting the raw values into ranks. It does not assume normality or linearity — it only requires that the relationship is consistently increasing or decreasing.

CriterionPearson rSpearman ρ
Data typeBoth variables metric (interval/ratio)At least one ordinal, or metric with violations
Normality requiredYes (both variables)No
Relationship typeLinear onlyMonotonic (linear or non-linear)
Effect size notationrρ (rho)
SPSS outputPearson Correlation rowSpearman’s rho row

Conditions for Pearson Correlation: 3 Things to Check

Before using Pearson correlation, confirm three conditions:

1. Both variables are metric: both your IV and DV must be measured on an interval or ratio scale. A single Likert item is ordinal — it does not qualify. A computed composite score from multiple items can be treated as metric.

2. Both variables are approximately normally distributed: check with Shapiro-Wilk (Analyze → Descriptive Statistics → Explore). With large samples (n > 100), rely on the histogram and Q-Q plot.

3. The relationship is linear: inspect a scatter plot. Pearson r captures linear association only — a curved or U-shaped relationship would yield a near-zero r even if the variables are strongly related.

[TIP] Always look at the scatter plot before running any correlation. A scatter plot showing a curved relationship means Pearson is not the right tool, regardless of the normality check.

When to Use Spearman Instead: 3 Scenarios

Switch to Spearman correlation when:

Scenario 1 — Ordinal data: at least one variable is ordinal (e.g. a single Likert item, a ranking, or a rating scale with few levels).

Scenario 2 — Normality violated: Shapiro-Wilk is significant (p < .05) for at least one variable and your sample is small (n < 30). With n ≥ 30, Pearson is robust to mild normality violations.

Scenario 3 — Non-linear monotonic relationship: the scatter plot shows a consistently increasing or decreasing curve that is not a straight line. Spearman captures monotonic trends; Pearson does not.

How to Run Both Correlations in SPSS

SPSS path: Analyze → Correlate → Bivariate → move both variables to Variables box → tick Pearson and/or Spearman → tick Flag significant correlations → OK.

  • In the output, read:
  • Correlation coefficient (r or ρ)
  • Sig. (2-tailed) = your p-value
  • N = sample size

The output matrix is symmetric: the coefficient appears twice (upper and lower triangle). Read either one.

Real Example: Stress and Sleep Quality in a Student Survey

Research question: Is there a relationship between perceived stress score (metric composite) and sleep quality (single Likert item, ordinal)?

Decision: sleep quality is a single ordinal item → use Spearman.

SPSS output: ρ = −.41, p < .001, N = 121.

APA reporting: "A significant negative correlation was found between perceived stress and sleep quality, ρ(119) = −.41, p < .001. Higher stress was associated with lower sleep quality."

APA Reporting Format for Pearson and Spearman

  • Pearson — significant:
  • "A significant positive correlation was found between study hours and exam grade, r(119) = .48, p < .001."
  • Pearson — non-significant:
  • "No significant correlation was found between social media use and study hours, r(119) = −.08, p = .374."
  • Spearman — significant:
  • "A significant negative correlation was found between perceived stress and sleep quality, ρ(119) = −.41, p < .001."

Note: degrees of freedom = N − 2. For N = 121: df = 119.

[INFO] Effect size benchmarks (absolute values): .10–.29 small, .30–.49 medium, .50+ large. These benchmarks apply to both r and ρ.

Frequently asked questions

When should I use Spearman instead of Pearson correlation?

Use Spearman when at least one variable is ordinal, when normality is violated in a small sample (n < 30), or when the scatter plot shows a non-linear (but still monotonic) relationship. Spearman is more flexible and is safe to use even when Pearson’s conditions are met — though Pearson has slightly more statistical power when its conditions are satisfied.

Can I use Pearson correlation with Likert scale data?

A single Likert item is ordinal — use Spearman. A computed composite score from multiple Likert items (e.g. a validated questionnaire summed across 10 items) is treated as metric and can be used with Pearson if normality holds. This is standard practice in psychology and social science research.

What is the difference between r and ρ in APA reporting?

r denotes Pearson’s correlation coefficient; ρ (rho) denotes Spearman’s correlation coefficient. Both are reported with degrees of freedom in parentheses (N − 2), the coefficient value, and the p-value. Example: r(119) = .48, p < .001 for Pearson; ρ(119) = .41, p < .001 for Spearman.

How do I check if my correlation is linear before choosing Pearson?

Create a scatter plot: Graphs → Chart Builder → drag Scatter/Dot → place one variable on the X axis, the other on the Y axis → OK. If the points approximate a straight line (upward or downward), Pearson is appropriate. If the points form a curve or show no clear pattern, use Spearman or consider a non-linear analysis.

Free tool

Not sure which statistical test to use?

Answer 5 quick questions about your research design and get the right test - with an explanation of why - in under two minutes.

Statoria Team

Statistics educators & software developers

We build Statoria to help bachelor and master students get through their thesis data analysis without stress. Our guides are written by researchers with experience in social science statistics and student supervision.

Related guides