The Correlation Coefficient r
Besides looking at the scatter plot and seeing that a line seems reasonable, how can you tell if the line is a good predictor? Use the correlation coefficient as another indicator (besides the scatterplot) of the strength of the relationship between and
.
The correlation coefficient, , developed by Karl Pearson in the early 1900s, is a numerical measure of the strength of association between the independent variable
and the dependent variable
.
The correlation coefficient is calculated as
where = the number of data points.
If you suspect a linear relationship between and
, then
can measure how strong the linear relationship is.
What the VALUE of
tells us:
- The value of
is always between -1 and +1:
.
- The size of the correlation
indicates the strength of the linear relationship between
and
. Values of
close to -1 or to +1 indicate a stronger linear relationship between
and
.
- If
there is absolutely no linear relationship between
and
(no linear correlation).
- If
, there is perfect positive correlation. If
, there is perfect negative correlation. In both these cases, all of the original data points lie on a straight line. Of course, in the real world, this will not generally happen.
What the SIGN of
tells us
- A positive value of
means that when
increases,
tends to increase and when
decreases,
tends to decrease (positive correlation).
- A negative value of
means that when
increases,
tends to decrease and when
decreases,
tends to increase (negative correlation).
- The sign of
is the same as the sign of the slope,
, of the best fit line.
Strong correlation does not suggest that causes
or
causes
. We say "correlation does not imply causation". For example, every person who learned math in the 17th century is dead. However, learning math does not necessarily cause death!
a. A scatter plot showing data with a positive correlation. b. A scatter plot showing data with a negative correlation.
c. A scatter plot showing data with zero correlation.
The formula for looks formidable. However, computer spreadsheets, statistical software, and many calculators can quickly calculate
. The correlation coefficient
is the bottom item in the output screens for the LinRegTTest on the TI-83, TI-83+, or TI-84+ calculator (see previous section for instructions).
The Coefficient of Determination
r2 is called the coefficient of determination. r2 is the square of the correlation coefficient , but is usually stated as a percent, rather than in decimal form. r2
has an interpretation in the context of the data:
-
, when expressed as a percent, represents the percent of variation in the dependent variable
that can be explained by variation in the independent variable
using the regression (best fit) line.
, when expressed as a percent, represents the percent of variation in y that is NOT explained by variation in
using the regression line. This can be seen as the scattering of the observed data points about the regression line.
Consider the third exam/final exam example introduced in the previous section
The line of best fit is:
The correlation coefficient is
The coefficient of determination is
Interpretation of
in the context of this example:
Approximately 44% of the variation (0.4397 is approximately 0.44) in the final exam grades can be explained by the variation in the grades on the third exam, using the best fit regression line.
Therefore approximately 56% of the variation (1 - 0.44 = 0.56) in the final exam grades can NOT be explained by the variation in the grades on the third exam, using the best fit regression line. (This is seen as the scattering of the points about the line).
**With contributions from Roberta Bloom.
Glossary
Coefficient of Correlation
A measure developed by Karl Pearson (early 1900s) that gives the strength of association between the independent variable and the dependent variable. The formula is:
where is the number of data points. The coefficient cannot be more then 1 and less then -1. The closer the coefficient is to ±1, the stronger the evidence of a significant linear relationship between
and
.
Source: Barbara Illowsky, Ph.D.,Susan Dean, https://cnx.org/contents/XgdE-Z55@40.9:XEKQgmhr@12/Correlation-Coefficient-and-Coefficient-of-Determination This work is licensed under a Creative Commons Attribution 3.0 License.