1. It is slightly unusual not to specify the exogenous variables for the first-differenced model as well. I would add:
gmm(TDtoTA SalesGrowth lnTA CFOtoSales CapitalIntensity l.EnvDisclScore, lag(1 3) collapse)
2. The diff option and the model(diff) option do different things. diff first-differences the instruments, while model(diff) specifies that these are instruments for the first-differenced regressors.
3. There is no automatic differencing. You need to specify explicitly what you want the command to do.
-
Login or Register
- Log in with

Leave a comment: