What does lag( 2 3) signify in the code below? How to decide on the number of lags in two-step system GMM.
Also my system GMM output does not show the difference in Hansen test in xtabond2. why is it so xtabond2xtabond2 ltfp l.ltfp routsales rndva i.year, iv(i.year) gmm(routsales rndva, lag(2 3)) gmm(ltfp, lag(2 3)) twostep robust artests(3)
Also my system GMM output does not show the difference in Hansen test in xtabond2. why is it so xtabond2xtabond2 ltfp l.ltfp routsales rndva i.year, iv(i.year) gmm(routsales rndva, lag(2 3)) gmm(ltfp, lag(2 3)) twostep robust artests(3)

Comment