LightMySky

Multiple Regression and Model Diagnostics

Several predictors at once, where a coefficient reads as the effect of one variable with the others held fixed. Correlated predictors, influential points and overfitting are the standing hazards.

No account needed. Progress saves in this browser.

What a learner can do afterwards

  • Interpret a coefficient with the other predictors held fixed
  • Spot collinearity and say what it does to the coefficients
  • Compare models without letting the fit statistic decide on its own

1 · Read

Multiple regression fits one flat surface through several predictors at once. Each coefficient reads as the change in the fitted response for a one unit step in its own predictor with all the other predictors held fixed. A fitted value comes from inserting every predictor value and adding up. Forgetting the held fixed clause is the most common misreading of regression output.

Correlated predictors cause collinearity: they carry nearly the same information, so the fit cannot split the credit. Coefficients turn unstable with wide standard errors and swing with the sample, while the fitted values themselves can stay sane. Influential points add a second hazard by dragging the whole surface toward themselves, and stuffing in predictors invites overfitting.

Try it together

A fitted model is y equals 2 plus 1.5 times x1 minus 0.5 times x2. At x1 equals 4 and x2 equals 2 you predict 2 plus 6 minus 1, which is 7. The 1.5 means the fitted y rises by 1.5 per unit of x1 with x2 held fixed, not unconditionally.

Good to know

Adding a predictor always polishes the in sample fit, so raw R squared never falls and cannot choose models on its own. Compare candidates with adjusted measures plus residual behaviour and influence checks, and let the actual question share the vote. Predictions stay trustworthy near the observed cloud and degrade outside it.

Hold the rest fixed, distrust crowded predictors, and never let one statistic choose.

2 · Watch

Take it off screen

Print a worksheetA4 with an answer key page for grown-ups. No screen, no internet.

Where it sits

Where this leads

Jobs that lean on this skill. Follow one to see everything it is built on.

Then practise

8 questions wait behind this lesson, each with its answer explained. Every answer feeds the sky: stars light as they are learned, and dim when it is time to come back.

Spotted a problem on this page? Tell us
Multiple Regression and Model Diagnostics · Mathematics, ages 21 to 22 · LightMySky