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 bb 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 rr 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 y^=a+bx\hat{y} = a + bx, the slope bb is the predicted change in the response variable yy for a one-unit increase in the explanatory variable xx. 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 xx is hours studied and yy 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 rr 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 rr gives the direction: negative for a downward trend, positive for an upward trend. Because rr 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

FeatureSlope bbCorrelation rr
Question answeredHow much does predicted yy change per unit xx?How tightly do points follow a line?
UnitsCarries units (units of yy per unit of xx)Unit-free
RangeAny real numberBetween -1 and 1
Changes with rescalingYesNo
Symmetric in xx and yyNo (swapping changes it)Yes (swapping keeps it)
What its sign meansDirection of the predicted changeDirection of the association
Zero value meansA flat line, no predicted changeNo 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 b=rsysxb = r \cdot \frac{s_y}{s_x}, where sys_y is the standard deviation of the response and sxs_x is the standard deviation of the explanatory variable. Since both standard deviations are positive, the fraction sysx\frac{s_y}{s_x} is positive, so bb and rr always carry the same sign.

That relationship also shows why the size of the slope and the size of rr can drift apart: the slope scales with the spread ratio sysx\frac{s_y}{s_x}, while rr does not. Note that this exact formula is not printed on the Fall 2026 AP formula sheet, which lists only y^=a+bx\hat{y} = a + bx; on the exam you get bb and rr 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 rr (or its square, r2r^2) 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 rr, and the rate from bb.

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 rr 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 yy rises per unit xx.

Three habits keep them apart. First, check units: a slope has them, rr never does. Second, check the range: rr must sit between -1 and 1, so any value outside that is not a correlation. Third, describe strength with rr and rate with bb, 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 r2r^2 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 rr 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 (xx) and exam score (yy): standard deviation sx=2s_x = 2 hours, standard deviation sy=6s_y = 6 points, and correlation r=0.8r = 0.8. Find the slope of the regression line and compare it with the correlation.

  1. Use the link between slope and correlation: b=rsysxb = r \cdot \frac{s_y}{s_x}.

  2. Compute the spread ratio: sysx=62=3\frac{s_y}{s_x} = \frac{6}{2} = 3.

  3. Multiply by the correlation: b=0.8×3=2.4b = 0.8 \times 3 = 2.4.

  4. Interpret the slope in context: the model predicts about 2.4 more points for each extra hour studied.

  5. Interpret the correlation: r=0.8r = 0.8 means a fairly strong positive linear pattern, with no units attached.

  6. Check the sign rule: because sysx=3\frac{s_y}{s_x} = 3 is positive, bb and rr share the same sign, both positive here.

  7. Note the asymmetry: predicting hours from score would give slope rsxsy=0.8×26=0.8×130.267r \cdot \frac{s_x}{s_y} = 0.8 \times \frac{2}{6} = 0.8 \times \frac{1}{3} \approx 0.267, yet rr stays 0.8 either way.

The slope is b=2.4b = 2.4 points per hour, while the correlation is r=0.8r = 0.8. They share a sign but not a size, and swapping which variable predicts the other changes the slope while leaving rr unchanged.

Frequently asked questions

Can the slope and the correlation have different signs?

No. They are linked by b=rsysxb = r \cdot \frac{s_y}{s_x}, and the spread ratio sysx\frac{s_y}{s_x} is always positive, so bb and rr 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 yy per unit of xx, 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.