CHAPTER 07 · TOPIC 02
Pearson Correlation
Measure linear association between two quantitative variables and connect Pearson’s r with the regression slope, R², t tests, and F tests.
On this page
The Pearson product-moment correlation coefficient, r, expresses the direction and strength of a linear relationship between two quantitative variables on a unit-independent scale from -1 to 1.
Calculating Pearson? r#
A positive value indicates that the variables tend to move in the same direction, whereas a negative value indicates opposite directions. The closer |r| is to 1, the more closely the observations follow a straight line. r=0 only indicates that there is no linear relationship; it does not negate the curvilinear relationship.
Checks before Using Pearson? r#
- Both variables are quantitative
- The scatterplot shows an approximately linear relationship
- Observations are independent
- Outliers and mixtures of groups do not dominate r
- Bivariate normality or reasonable large sample approximation in inference
Relationship to the Regression Slope#
r is scale invariant, but the slope has Y units/X units. Even if the signs are the same, the same r does not necessarily mean the same real effect.
r², R², explained variation#
In a simple regression with an intercept, r² is the proportion of the total variation in Y that the linear model explains. r itself is not interpreted as a percentage.