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)

r=โˆ‘(Xโˆ’Xห‰)(Yโˆ’Yห‰)โˆ‘(Xโˆ’Xห‰)2โˆ‘(Yโˆ’Yห‰)2r = \frac{\sum{(X - \bar{X})(Y - \bar{Y})}}{\sqrt{\sum{(X - \bar{X})^2} \sum{(Y - \bar{Y})^2}}}

Where:

  • X,YX, Y

    X,Y: observed values of variables

  • Xห‰,Yห‰\bar{X}, \bar{Y}

    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
๋งˆ์ง€๋ง‰ ์ˆ˜์ •๋จ: ์ผ์š”์ผ, 24 8์›” 2025, 9:04 AM