Hi,
I am currently completing my dissertation and using Stata 17.
My regression analysis has gone fine but when I use the GMM estimator for the instrumental variable approach I get:
I do not understand why this is happening. I put it in one single line in the command window so I and not sure what went wrong.
Zayna
I am currently completing my dissertation and using Stata 17.
My regression analysis has gone fine but when I use the GMM estimator for the instrumental variable approach I get:
Code:
gmm (lnir - b1*inflation - b2*bus_cycle - b3*l.s), instruments(l2.bus_cycle l2.inflationl3.inflatio > nl3.bus_cycle l2.s l3.s) twoswmatrix(robust) note: no parameters in equation 1. matrix __00000A not found r(111);
Zayna
Comment