By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Residuals are the differences between observed values and predicted values from a regression line. Residual plots help assess whether a linear model is appropriate for the data. On the AP exam, you’ll use residuals to check linearity, a key condition for inference in regression. Real-world example: A real estate agent wants to predict home prices based on square footage. If the residual plot shows a curved pattern, a linear model may not be the best fit, and predictions could be inaccurate.
LinReg(a+bx)
RESID
2nd-STAT-NAMES-RESID
STAT PLOT-Plot1-Xlist: L1, Ylist: RESID-ZoomStat
How to check linearity using residuals (AP FRQ-style):
L1
L2
Use STAT-CALC-8:LinReg(a+bx) L1, L2, Y1 to store the regression equation in Y1.
STAT-CALC-8:LinReg(a+bx) L1, L2, Y1
Y1
Store and plot residuals:
LinReg
Set up a residual plot: 2nd-Y= (STAT PLOT)-Plot1-Xlist: L1, Ylist: RESID-ZoomStat.
2nd-Y= (STAT PLOT)-Plot1-Xlist: L1, Ylist: RESID-ZoomStat
Interpret the residual plot:
Heteroscedasticity (unequal variance): Residuals fan out or funnel (violates equal variance condition).
Conclude on linearity:
If not, consider a transformation (e.g., log, square root) or a nonlinear model.
Report findings in context:
Mistake: Confusing residuals with errors. Correction: Residuals are observed errors (y – ?), while errors (?) are theoretical and unobservable. Always use residuals for plots.
Mistake: Ignoring the scale of the residual plot. Correction: Zoom in/out to see patterns clearly. A residual plot with a tiny scale might hide curvature.
Mistake: Assuming a linear model is always best if R² is high. Correction: R² measures strength of fit, not linearity. A high R² with a curved residual plot still violates linearity.
Mistake: Forgetting to check for outliers in the residual plot. Correction: Large residuals (far from 0) may indicate influential points that distort the regression line.
Mistake: Using x vs. y instead of residuals vs. x for the plot. Correction: The residual plot must be residuals vs. x (or ?) to assess linearity.
LinReg(a+bx) L1, L2, Y1
Answer: (C) A U-shaped pattern suggests the relationship is nonlinear, so a linear model may not be appropriate.
Answer: Yes, the residual plot shows a random scatter around 0 with no clear pattern, indicating that the linearity condition is met.
Answer: (C) The residual plot does not determine the slope; it assesses model fit.
STAT PLOT-Xlist: L1, Ylist: RESID-ZoomStat
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.