Dear all,
I am writing a project using IV as my main strategy, and I want to use a dynamic panel as a robustness check.
If we check these two following examples, they have the same results, a similar example from the xtabond2 file. But since my main IV strategy used constant term, is there a way to use the constant term in xtabond2 still?
If I get rid of "nolevel" option, the constant will show up, but it's not the same estimation as IV anymore, hence the results are also different.
use http://www.stata-press.com/data/r7/abdata.dta
ivreg2 D.n (DL.n = l2.n ) if inlist(year,1978), nocons first saverf
xtabond2 n L.n if inlist(year,1978) , gmm(L.n ) h(1) nolevel small svmat svvar
what I want to know is if there is a way to have the same results as IV regression using xtabond2 with a constant term. I.e.,
ivreg2 D.n (DL.n = l2.n ) if inlist(year,1978), first saverf
Thank you so much for your help,
Alex
Related Posts with How to get the same point estimate using ivreg2 and xtabond2 with a constant term
outreg2 with incorrect asterisk in excelHi Statalists, I find an issue with outreg2 for exporting regression results out to the excel, that…
Why is a squared term in panel data fixed effects considered redundantI have the following equation: xtreg lwage educ black Hispanic experience expersq married union, fe …
Yitzhaki IndexDear, I need just an information. Is there a routine to run Yitzhaki Index (material deprivation i…
Question about odds ratio for continuous variable of interestLet's say I have a binary variable Y and an ordinal predictor X1 (i.e., X1 = 0, 1, 2, 3, 4, etc.). I…
setting time variable for panel dataI have the following data set. Since it doesn't have a year variable I am confused how to set the ti…
Subscribe to:
Post Comments (Atom)
0 Response to How to get the same point estimate using ivreg2 and xtabond2 with a constant term
Post a Comment