Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am asking this because I know there are IA's for cross sectional estimators and D-in-D estimators, but am unsure if there are any for IV estimation. Does anyone know if there is or isn't, and if there is - what would it be?

share|improve this question

1 Answer

up vote 0 down vote accepted

The instrumental variable $Z$ must be:

  1. Uncorrelated with the error term (IV exogeneity)
  2. Correlated with the regressor $X$ for which it is to serve as instrument (IV relevance).

There is also a third assumption that has to do with what parameter you are trying to estimate. It only applies if there's heterogeneity in the effect of X on Y. Simply put, IV measures the average effect of X on Y caused by wiggling X through Z. If there are 2 types of people who respond differently when X changes, and our instrument only wiggles X for the first type, IV will give you the effect of X on Y for only those folks. OLS would give you a weighted average of the two (assuming you solved the endogeneity problem somehow). If everyone is the same (no heterogeneity), you don't need to worry about this.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.