
Lucy N.
asked 02/28/22Econometric test prep, please help!
A. Show that under Gauss-Markov assumptions, for a multiple linear regression model:
𝑦 = 𝛽0 + 𝛽1𝑥1 + ⋯ + 𝛽k𝑥k + 𝜀
OLS estimators for β0, β1, …, βk, 𝛽̂0. 𝛽̂1, ⋯ , 𝛽̂k are BLUE.
B. Show that omitting variables has the possibility to cause omitted variable bias. According to your analysis, what is an omitted variable? What determines the sign and magnitude of the omitted variable bias? Using mathematical proof and economic examples to illustrate your idea.
1 Expert Answer

Ignacio C. answered 08/18/22
PhD Economics and Econometrics with +10 years of teaching experience
- OVB refers to the case where you don't include a "relevant" variable in your regression, for example
y = β0 + β1x1 + β2x2 + ε
- This implicitly throws that variable into the error term:
y = β0 + β1x1 + η, where η = β2x2 + ε
- For a simple linear regression, it can be shown that
β1_ols = β1 + Cov(x1,η) = β1 + Cov(x1, β2x2 + ε)
- If β2 ≠ 0 and Cov(x1,x2) ≠ 0 then we will run into trouble since:
β1_ols = β1 + β2 * Cov(x1, x2)
- The standard example is when we take y = log(wages), x1 = education and x2 = IQ. We expect people with higher IQ to earn more money (β2>0) but they are also more likely to get education Cov(x1, x2) > 0.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Suraksha R.
OVB occurs when you miss a critical variable in your regression. This maybe tested using a simple regression vs a multiple regression of two variables which are statistically signficant predictors. Sometimes the coefficient of the variable also does not make sense which is a hint towards omitted variable bias. Check this link for proofs and examples. https://are.berkeley.edu/courses/EEP118/spring2014/section/Handout5_student.pdf03/02/22