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
Data Setting: dropping empty variables in a quickly wayGood morning to everyone, i was wondering if there is a command that tells Stata to drop variables i…
Stata Probit Model Interaction Term InterpretationHello everyone, for my thesis i am currently investigating the effects of solid waste (msw_reg) on …
DID with fixed effects – problem with noestimcheck?Dear Statalisters, I am estimating a difference-in-difference with fixed effects. I use the nostimc…
Plotting dependent variable mean besides coefficients using esttabI am using the user-written esttab command from SSC to generate table output. I am trying to plot a …
Marginal effect with empty resultsHello, for model Code: (OLS model)X= Shock_dummy_variable + Firm Fixed effect + year Fixed effe…
Subscribe to:
Post Comments (Atom)
0 Response to GMM Panel Data on Stata
Post a Comment