Hi everyone,
Are these commands equivalent if I want to compare estimates from difference and system GMM? Why Wald test is missing in two-step difference GMM? How can I write command to calculate an analogous model 2SLS (Anderson and Hsiao)?
Two-step difference GMM: xi: xtabond2 lnr_fpl L.lnr_fpl i.year, gmm(L.lnr_fpl, collapse) iv(i.year) noleveleq nodiffsargan twostep robust orthogonal small


Two-step system GMM: xi: xtabond2 lnr_fpl L.lnr_fpl i.year, gmm(L.lnr_fpl, collapse) iv(i.year) nodiffsargan twostep robust orthogonal small


Are these commands equivalent if I want to compare estimates from difference and system GMM? Why Wald test is missing in two-step difference GMM? How can I write command to calculate an analogous model 2SLS (Anderson and Hsiao)?
Two-step difference GMM: xi: xtabond2 lnr_fpl L.lnr_fpl i.year, gmm(L.lnr_fpl, collapse) iv(i.year) noleveleq nodiffsargan twostep robust orthogonal small
Two-step system GMM: xi: xtabond2 lnr_fpl L.lnr_fpl i.year, gmm(L.lnr_fpl, collapse) iv(i.year) nodiffsargan twostep robust orthogonal small
Comment