Hello,
I am trying to run system-GMM on the equation: CAGDP = CAGDPt-1+quinn+logGDPPC+quinn*logGDPPC with the instruments as such: CAGDPt-1 and quinn lagged by 2 time periods and logGDPPC, quinn*logGDPPC lagged by 1 time period.
The code beneath is my attempt to achieve this. Is this correct? Thanks in advance.
code: xtabond2 CAGDP L1.CAGDP quinn logGDPPC c.quinn#c.logGDPPC, gmmstyle(L3.(CAGDP) L2.(quinn) L1.(c.quinn#c.logGDPPC logGDPPC), laglimits(1 3) collapse) ortho
I am trying to run system-GMM on the equation: CAGDP = CAGDPt-1+quinn+logGDPPC+quinn*logGDPPC with the instruments as such: CAGDPt-1 and quinn lagged by 2 time periods and logGDPPC, quinn*logGDPPC lagged by 1 time period.
The code beneath is my attempt to achieve this. Is this correct? Thanks in advance.
code: xtabond2 CAGDP L1.CAGDP quinn logGDPPC c.quinn#c.logGDPPC, gmmstyle(L3.(CAGDP) L2.(quinn) L1.(c.quinn#c.logGDPPC logGDPPC), laglimits(1 3) collapse) ortho
Comment