Slope vs correlation coefficient in regression
By Jude Wallis · Published
Slope, written $b$, is the predicted change in the response for a one-unit increase in the explanatory variable, so it carries units and can be any size. The correlation coefficient, written $r$, is a unit-free number from -1 to 1 that reports only the strength and direction of a linear pattern.
AP Statistics: Unit 5 (topics 5.2 Correlation, 5.5 Least-Squares Regression). Correlation is Unit 5 topic 5.2 and the least-squares slope is topic 5.5 in the Fall 2026 course. Both are found with technology; the slope-correlation link b = r(s_y/s_x) is true but is not printed on the current formula sheet, which lists only y-hat = a + bx. Inference for slopes is not part of the Fall 2026 exam.
Slope vs correlation: the short answer
Both come from the same scatterplot, but they answer different questions. The slope of the regression line tells you how much the predicted response goes up or down for each one-unit rise in the explanatory variable, in the real units of the data. The correlation coefficient tells you how tightly the points cluster around a straight line, on a fixed scale from -1 to 1.
A large slope does not mean a strong correlation, and a strong correlation does not mean a large slope. The two numbers are linked, but they measure separate things, and mixing them up is one of the most common regression errors.
What the slope tells you
In the regression equation , the slope is the predicted change in the response variable for a one-unit increase in the explanatory variable . The AP course states this directly: the slope is the predicted increase or decrease in the response for a one-unit increase in the explanatory variable, and you interpret it in context.
Because the slope is a rate of change, it carries units. If is hours studied and is exam score, a slope of 4 means about 4 more points per extra hour. Change the units of either variable and the number for the slope changes, even though the underlying relationship is the same. On the AP exam you read the slope from calculator output; the course expects it to be found using technology.
What the correlation coefficient tells you
The correlation coefficient summarizes the strength and direction of the linear association between two quantitative variables. It is unit-free and always lands between -1 and 1, inclusive. A value near -1 or 1 means the points sit close to a straight line; a value of 0 means no linear association.
The sign of gives the direction: negative for a downward trend, positive for an upward trend. Because is unit-free, rescaling the data (say, converting inches to centimeters) leaves it unchanged. That is exactly what you want from a strength score: it should not depend on the units you happened to measure in.
Slope vs correlation side by side
| Feature | Slope | Correlation |
|---|---|---|
| Question answered | How much does predicted change per unit ? | How tightly do points follow a line? |
| Units | Carries units (units of per unit of ) | Unit-free |
| Range | Any real number | Between -1 and 1 |
| Changes with rescaling | Yes | No |
| Symmetric in and | No (swapping changes it) | Yes (swapping keeps it) |
| What its sign means | Direction of the predicted change | Direction of the association |
| Zero value means | A flat line, no predicted change | No linear association |
How the two are linked
Slope and correlation share a sign but not a size. They are connected by the standard deviations of the two variables through , where is the standard deviation of the response and is the standard deviation of the explanatory variable. Since both standard deviations are positive, the fraction is positive, so and always carry the same sign.
That relationship also shows why the size of the slope and the size of can drift apart: the slope scales with the spread ratio , while does not. Note that this exact formula is not printed on the Fall 2026 AP formula sheet, which lists only ; on the exam you get and from technology. The link is still worth knowing, because it explains why a steep line can have a weak correlation and a gentle line can have a strong one.
When to report which
Report the slope when the question is about size of effect: how much the response moves per unit of the explanatory variable. It is the number you use to make a prediction or to describe a rate in context, such as dollars per square foot or points per hour.
Report the correlation when the question is about strength: how well a line describes the cloud of points. Use (or its square, ) to judge how much of the pattern is linear before you trust a prediction. A full description of a linear relationship usually names both: the direction and strength from , and the rate from .
The classic mix-up and how to avoid it
The classic error is treating a big slope as proof of a strong relationship, or reading as if it were a rate of change. A slope of 50 sounds large, but if the points scatter widely the correlation can still be near 0, and the line predicts poorly. A correlation of 0.95 sounds strong, but it tells you nothing about how many units rises per unit .
Three habits keep them apart. First, check units: a slope has them, never does. Second, check the range: must sit between -1 and 1, so any value outside that is not a correlation. Third, describe strength with and rate with , and never let one stand in for the other.
Where this fits in AP Statistics
Both ideas live in Unit 5. Correlation is topic 5.2, and the slope of the least-squares regression line is topic 5.5, where you also meet the coefficient of determination covered in r vs r-squared. The Fall 2026 course expects you to interpret both in context and to find them with technology rather than by a printed formula.
A common AP trap pairs a large slope with a weak fit, or asks you to interpret as though it were a slope. Practice reading calculator output so you can pull the right number for the right question, and remember that neither one proves a cause, as covered in correlation vs causation.
Same data, two very different numbers
A calculator reports summary statistics for hours studied () and exam score (): standard deviation hours, standard deviation points, and correlation . Find the slope of the regression line and compare it with the correlation.
Use the link between slope and correlation: .
Compute the spread ratio: .
Multiply by the correlation: .
Interpret the slope in context: the model predicts about 2.4 more points for each extra hour studied.
Interpret the correlation: means a fairly strong positive linear pattern, with no units attached.
Check the sign rule: because is positive, and share the same sign, both positive here.
Note the asymmetry: predicting hours from score would give slope , yet stays 0.8 either way.
The slope is points per hour, while the correlation is . They share a sign but not a size, and swapping which variable predicts the other changes the slope while leaving unchanged.
Frequently asked questions
Can the slope and the correlation have different signs?
No. They are linked by , and the spread ratio is always positive, so and always share the same sign. A positive correlation goes with a positive slope, and a negative correlation goes with a negative slope.
Does a bigger slope mean a stronger correlation?
No. The slope measures rate of change in real units, while the correlation measures how tightly the points hug a line. A steep line can have points scattered far from it, giving a large slope but a weak correlation near 0.
Why is r unit-free but the slope is not?
The slope is a change in per unit of , so it inherits the units of both variables. The correlation is built from standardized values, which strips the units out, leaving a pure number between -1 and 1 that does not change when you rescale the data.