
Answer-first summary for fast verification
Answer: The OLS estimator is biased.
## Explanation When an important variable is omitted from a regression model, the assumption that $E(\epsilon_i | X_i) = 0$ is violated, which means: - **The OLS estimator becomes biased** (Option A is correct) - This occurs because the omitted variable might be correlated with the included variables - The error term becomes correlated with the included variables - This violates the key assumption needed for the unbiasedness of OLS estimators ### Why other options are incorrect: - **Option B**: The product of residuals and independent variables is still zero by construction in OLS - **Option C**: The sum of residuals is still zero by construction in OLS - **Option D**: The coefficient of determination (R²) is not necessarily zero - it could still be positive if other variables explain some variation The violation of $E(\epsilon_i | X_i) = 0$ specifically leads to bias in the OLS estimator, making it inconsistent and unreliable for parameter estimation.
Author: Tanishq Prabhu
Ultimate access to all questions.
No comments yet.
When an important variable is omitted from a regression model, the assumption that is violated. This implies that:
A
The OLS estimator is biased.
B
The product of the residuals and any of the independent variables is no longer zero.
C
The sum of the residuals is no longer equal to zero.
D
The coefficient of determination is zero.