Instrumental Variables Estimation Flashcards
(5 cards)
What is instrumental variables estimation (IV)?
Instrumental variables estimation is used to address endogeneity in regression models. Endogeneity is a situation where a predictor variable (x) is correlated with the error term (u), leading to biased and inconsistent estimates of the model parameters. Violating OLS assumptions.
Problem Setup & Derivation for simple regression
y = B0+B1x+u, with Cov(x,u) does not equal 0.
Instrumental Variable (z) must satisfy what two conditions?
Relevance: Cov(z,x) must not equal 0.
Exogeneity: Cov(z,u) = 0
z is correlated with endogenous regressor, z is uncorrelated with u
Multiple regression IV (2SLS)
For a multiple linear regression model: y=B0+B1x1+B2x2+u
First stage: Regress x1 on all instruments z and exogenous variables.
Second stage: Regress y on predicted a1 and a2.
What is a weak instrument?
If the correlation between z and x is small, estimates are biased and imprecise. We want to avoid instruments with low explanatory power.