Dear Stata users,
I have one question, which is probably more an econometric question than a Stata question.
I have a panel dataset and usually to estimate the dependent variable, z, the following equation is estimated: z = A i.year i.region.
I decided that I want to use this equation, as my instrument for the following equation: y= B z i.year i.region.
My question is if I should consider using another instrument for my regression since I should not use fixed effects on the first stage, or should I use the fixed effects only on the second stage?
When I write on Stata:
xtset year region
xtivreg y B (z = A), fe
Stata only considers fixed effects for the 2nd stage, right?
Thank you!
Related Posts with Fixed effects on first stage
Code on Idiosyncratic SkewnessDear STATA Fraternity I am not good in writing codes. Somehow i tried to write a code for calculati…
Hausman Test issue: difference = 0 for every regressorI am dealing with panel data on 19 UK industries from 1997 to 2018. To test which estimator is most …
Interpreting pvarsoc command (optimal lag)I want to use a dynamic panel data model and I am trying to figure out what will be the optimal lag …
Test the effect that the combined level of education in couples has on financesHi Statalist. I would like to test the effect of the combined level of education of each partner in…
oaxaca: reference categoryDear Statalisters, I am using the Blinder-Oaxaca decomposition with the following code: Code: oa…
Subscribe to:
Post Comments (Atom)
0 Response to Fixed effects on first stage
Post a Comment