Dear Statalists,
I am doing two-step system GMM xtabond2
the dependent variable is rgdpg
endogenous variables are rgdpg ihs_inigdppc fdxstwo
exegnouse varaibles are ihs_inf ihs_gfcf ihs_gov ihs_trd ihs_lbor
the command that I used:
xtabond2 rgdpg rgdpg_lag1 ihs_inigdppc fdxstwo ihs_inf ihs_gfcf ihs_gov ihs_trd ihs_lbor y*, gmm(rgdpg ihs_inigdppc fdxstwo , lag(2 5) collapse eq(diff)) iv(ihs_inf ihs_gfcf ihs_gov ihs_trd ihs_lbor, eq(diff)) gmm(rgdpg ihs_inigdppc fdxstwo, lag(1 .) collapse eq(level)) twostep robust
I have read Roodman (2009). However, I still confused
1- Is this command correct?
2- Can I increase the number of lags in gmm(rgdpg ihs_inigdppc fdxstwo, lag(1 .) collapse eq(level))
3- I put the time variable y* at the beginning of the command but not in gmm () eq(level) is that ok!
I will be very grateful for any help
Thank you
Badiah
Related Posts with Am I correct with the two step system GMM xtabond2 command
Wilcoxon test for (in)equality of mediansHello everyone, For my univariate analyses I am running a number one-sample t-tests. However, I woul…
Value ReplacementDear all, I am quite new with stata, and after a couple of days trying to fix a problem without any…
Origin Dest Airline DataMy airline data looks like this: input str3(origin dest) str41 unique_carrier_name int departures_p…
Stop dofile if drop did not make changeDear Statalists, for error-checking in many replace commands, I have found it useful to use the pro…
Regressions with interaction terms and interacted fixed effectsHi, i've got some questions about how to run a regression with interactions especially how to deal w…
Subscribe to:
Post Comments (Atom)
0 Response to Am I correct with the two step system GMM xtabond2 command
Post a Comment