Greetings!
Suppose I want to estimate a treatment effect model,
Y = b*X+a*D + e
D is the treatment and endogenous, where D = 1 if g*Z>0, and 0 otherwise.
If I understand correctly, treatreg in Stata does the following:
1. in the first stage using a probit model (regress D on probit(g*Z))
to estimate g.
2. In the second stage, add the inverse mills ratio to the equation Y
= Xb+a*D + e and estimate using OLS.
However, I have seen another approach to estimate the treatment effect:
1. in the first stage using a probit model (regress D on
probit(g*Z)) to estimate g.
2. replacing D with the estimated probabilities from the first stage
and then run the OLS.
I am not clear how this second approach is derived. I read through Lee
and Trost (1978 journal of econometrics) but there is not much
details.
Most important, which approach is the preferred one?
Thanks for your attention.
Gordon
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/