ECON 3209 · Week 11, Lecture 1 · Kerala Agricultural University
Autumn 2026
By the end of this lecture, you will be able to:
Multicollinearity means two or more regressors contain overlapping information.
Perfect multicollinearity: one regressor is an exact linear combination of others.
Imperfect multicollinearity: regressors are highly, but not perfectly, correlated.
OLS can tolerate imperfect multicollinearity, but not perfect multicollinearity.
| Type | Example | Consequence |
|---|---|---|
| Perfect | total_cost = fixed_cost + variable_cost and all three are included |
\(X'X\) is singular; OLS cannot be computed |
| Perfect | all crop dummies plus an intercept | dummy variable trap |
| Imperfect | fertilizer and irrigation move together | OLS runs, but precision worsens |
Imperfect multicollinearity is a data problem of overlap, not a coding error.
In observational data, regressors often move together because real-world decisions are interconnected.
Pairwise correlation is useful, but multicollinearity can also involve more than two variables at once.
If rank is smaller than the number of columns, the design matrix is singular.
This is why later we use the Variance Inflation Factor: \[\text{VIF}_j = \frac{1}{1-R_j^2}\]
A very large condition number suggests severe numerical dependence among regressors.
Detection is about combining theory + graphics + statistics, not relying on a single number.
2 * fertilizer.✅ Multicollinearity means regressors overlap in the information they carry.
✅ Perfect collinearity makes OLS impossible because \(X'X\) is not invertible.
✅ Imperfect collinearity is common in real economic data and mainly hurts precision.
✅ Correlation matrices, scatter plots, matrix rank, and condition numbers are practical early diagnostics.
✅ Theory should guide diagnosis: related economic variables often move together for real reasons.
Lecture 2 — Consequences of Multicollinearity
We will cover: - inflated standard errors - unstable coefficients - high R² with weak t-statistics - why prediction can still remain acceptable
ECON 3209 — Kerala Agricultural University