Hello,
I wandering to know how can we plot the GMM model to show the medium-term effect, for h=5 with lower bund and upper bond; I search a lot but as the output of the GMM is for t=0 (moment condition), there is no hint for me to draw it.
this is my GMM model at t=0 for panel data from 1996-2019 and 186 countries.
I appreciate receiving your assistance.
Many thanks in advance for your valuable time and advice.
best regards,
I wandering to know how can we plot the GMM model to show the medium-term effect, for h=5 with lower bund and upper bond; I search a lot but as the output of the GMM is for t=0 (moment condition), there is no hint for me to draw it.
this is my GMM model at t=0 for panel data from 1996-2019 and 186 countries.
Code:
mata: mata set matafavor speed, perm xtabond2 gdp l.gdp l(0/2).(pand_res_pt) i.year, /// iv(i.year, eq(diff)) /// iv(l(0/2).(pand_res_pt), eq(diff)) /// gmm(gdp, lag(2 2) eq(diff)) small /// h(1) nolev ar(3) cluster(ifscode) mata: mata set matafavor space, perm
Many thanks in advance for your valuable time and advice.
best regards,

Comment