The Pearson correlation coefficient (r) is a core statistical tool used to assess the strength and direction of the linear relationship between two continuous variables.
๐ Definition Box
Pearsonโs r measures how closely two variables move together.
Range: โ1 to +1
+1 = perfect positive relationship
0 = no linear relationship
โ1 = perfect negative relationship
๐ Visual 1: Example of Pearson Correlation Ranges
| Correlation (r) | Relationship Type | Scatterplot Pattern |
|---|---|---|
| +0.90 | Strong Positive | โ tightly clustered upward line |
| +0.30 | Weak Positive | โ spread but generally upward |
| 0.00 | No Correlation | โขโข random scatter |
| โ0.50 | Moderate Negative | โ downward with some spread |
| โ0.90 | Strong Negative | โ tightly clustered downward line |
๐ผ๏ธ [Insert 5 mini scatterplot images corresponding to each row above]
๐ Formula for Pearson Correlation (for reference)
Where:
-
X,Y: observed values of variables
-
Xห,Yห: means of variables
๐งช When to Use Pearson Correlation
Use Pearson's only when:
-
Both variables are interval or ratio scale
-
Data is normally distributed
-
Relationship is linear
โ ๏ธ For ordinal data, use Spearmanโs rho instead.
๐ Role in Validity Testing
Pearson correlation is particularly important in construct validity analysis:
| Type of Validity | Role of Correlation |
|---|---|
| Convergent validity | Items or scales measuring the same construct should have high r |
| Discriminant validity | Items or constructs should not be too highly correlated (low-to-moderate r) |
๐ Example: If Satisfaction and Service Quality both correlate at r = 0.85, this could indicate poor discriminant validity โ they may be measuring the same thing.
๐ฅ๏ธ SPSS Tip Box
๐งฉ In SPSS, go to:
Analyze โ Correlate โ Bivariate โ Pearson
โ Check โPearsonโ and โ2-tailedโ options
โ Output gives r values, sig. (p) values for hypothesis testing
๐งช Rule of thumb:
If p < .05 โ the correlation is statistically significant.
๐ง Remember: Correlation โ Causation
Even if r = 0.90, it does not mean one variable causes the other.
They may be both influenced by a third factor.
๐ Quick Summary Box
| Concept | Description |
|---|---|
| Pearson r | Strength/direction of linear relationship |
| Range | โ1 to +1 |
| High r (same construct) | Good convergent validity |
| Low r (diff constructs) | Good discriminant validity |
| Significance | p < .05 means r is statistically significant |
| Misuse warning | Donโt confuse correlation with causation |
Exercise

