Multicollinearity Econometrics Corrected Format
Multicollinearity Econometrics Corrected Format
2. Imperfect Multicollinearity:
In real-world data, variables like income (X2) and education level
(X3) are highly correlated but not perfectly. This causes large standard
errors for the estimated coefficients, making it hard to determine their
statistical significance.
Detection of Multicollinearity:
1. High Pairwise Correlation:
Compute the correlation coefficient between explanatory variables. If
r > 0.8, multicollinearity might be a concern.
Consequences of Multicollinearity:
1. Coefficients remain unbiased, but their standard errors are inflated,
making hypothesis testing unreliable.
Example (Practical):
Imagine a regression model to explain house prices (Y):
Y = β0 + β1LotSize + β2NumberOfRooms + β3AreaSize + u
Here, LotSize and AreaSize are likely to be highly correlated. High
multicollinearity might lead to:
- Large p-values for coefficients.
- Misleading inference about the impact of LotSize or AreaSize.
Solution: Drop one variable (e.g., AreaSize) or use VIF to identify the
issue.