ECON 3209 · Week 11, Lecture 2 · Kerala Agricultural University
Autumn 2026
By the end of this lecture, you will be able to:
If the zero conditional mean assumption holds, multicollinearity does not bias OLS coefficients.
Its main effect is to increase sampling variance.
\[Var(\hat\beta_j) = \frac{\sigma^2}{SST_j(1-R_j^2)}\]
When \(R_j^2\) is large, the denominator shrinks and the variance of \(\hat\beta_j\) rises.
Multicollinearity makes it hard to separate who gets credit for explaining variation in \(Y\).
This pattern is common under strong collinearity: - the model fits the data well overall - regressors are jointly informative - but each variable looks weak on its own
Why? Because highly related regressors compete to explain the same movement in the dependent variable.
With severe multicollinearity: - coefficient signs may flip across samples - magnitudes may change sharply after adding or dropping a related variable - substantive interpretation becomes fragile
This does not always imply the model is wrong. It may simply mean the data cannot sharply distinguish separate effects.
Even if individual slopes are unstable, the model may still predict well because the regressors move together in a predictable way.
Multicollinearity is usually a problem for explanation and inference more than for pure prediction.
✅ Multicollinearity usually increases the variance and standard errors of OLS coefficients.
✅ A model can have high overall fit while individual regressors look insignificant.
✅ Coefficient estimates become unstable when regressors compete to explain the same variation.
✅ Prediction may remain acceptable even when interpretation becomes fragile.
✅ The right response depends on the research goal: explanation, causal inference, or prediction.
Lecture 3 — VIF & Remedies in Python
We will cover: - the VIF diagnostic - computing VIF in Python - remedies such as dropping or combining variables - a preview of ridge regression
ECON 3209 — Kerala Agricultural University