Dear Sebastian,
thank you for writing this very good command! I have a question regarding the implementation of system GMM. I would like to estimate a model with both GMM instruments and exogenous variables. or more generally with regular IV instruments. However, I am having some trouble to replicate the xtabond2 results.
I fear the syntax for system GMM is not completely clear. I would like to estimate a model similar to this one:
I have tried to write the xtdpdgmm equivalent, but results do not match.
What am I doing wrong?
thank you very much in advance for your help
Best
thank you for writing this very good command! I have a question regarding the implementation of system GMM. I would like to estimate a model with both GMM instruments and exogenous variables. or more generally with regular IV instruments. However, I am having some trouble to replicate the xtabond2 results.
I fear the syntax for system GMM is not completely clear. I would like to estimate a model similar to this one:
HTML Code:
xtabond2 L(0/1).n w k ys*, gmm(L.n w) iv(k ys*) robust noconstant
HTML Code:
xtdpdgmm L(0/1).n w k ys*, gmm(L.n w, model(difference)) gmm(L.n w, d l(0 0)) iv(k ys*, d model(d)) iv(k ys*, l(0 0)) nocons vce(r)
thank you very much in advance for your help
Best
Comment