Hi,
I have a dynamic model where the dependent variable is lagged. Therefore I am using system-GMM as an estimator. I am also using forward orthogonal deviations as the transformation as my panel is unbalanced. I also want to be able to vary the lags for the level instruments and the difference instruments independently. Therefore I am putting this into the Stata whilst varying the lags to get what I want:
xtabond2 lnex l.lnex lngdpchina lngdpother lndistance cp l.cp, gmm(lnex lngdpchina lngdpother, lag(2 3) equation(diff) collapse) gmm(lnex lngdpchina lngdpother, lag(2 4) equation(level) collapse) iv(cp l.cp lndistance) orthogonal robust
Is this correct or am I using the gmm option equation(level/diff) incorrectly?
Thank you.
Related Posts with GMM Panel Data on Stata
Problem with exporting graph as postscriptIn some occasions I export graph as postscript and it is rotated to the right, and I have to edit. A…
Panzar and Rose Model Code in StataDear Forum members, I am a beginner in Stata and working on the thesis. I am trying to implement th…
Non-inferiority sample size calculation for proportionsNow this may be a massively stupid question however... I am trying to sort out a sample size calcul…
Tobit model with variable upper limits on Stata 13Hi all, I need to run a Tobit model with variable upper limits on Stata 13, and these upper limits …
Matching within strata in psmatch2Dear Statalists, I am working on treatment effects of foreign acquisition on firms' productivity, i…
Subscribe to:
Post Comments (Atom)
0 Response to GMM Panel Data on Stata
Post a Comment