Loading...
The regression line is the “line of best fit” through bivariate data, written . It lets you predict the response from the explanatory variable — but only safely within the range of the data.
What you'll be able to do
The least-squares regression line of on has the form , where is the gradient and the intercept. It is the line that best fits the data by minimising the vertical distances to the points.
In context, is the predicted for each one-unit increase in the explanatory variable, and is the predicted response when . Always state units.
Predicting the data range () is reliable. Predicting it () is unreliable, because the linear pattern may not continue.
Tip — Trust predictions inside the data range; be wary of extrapolating beyond it.
Formula recap
Common mistakes to avoid
Key takeaways
Test yourself
Ready to lock in Linear Regression? Pick a mode and earn XP & Dobloons.