Hello,
I have a cross country panel data set (attached). I am running Arellano Bond GMM using xytabond2. I am regressing deficit on its lag, fiscal rule strength (fr) and controls VFI and fed. The code is as follows:
In the code above, past lags from t-2 to t-6 of all variables are used as internal instruments. The variable of interest is fr. However, it is probably endogenous so I want to instrument for it using two political variables pol1 and pol2 that I want to use as external instruments. How can I use these variables to instrument for fr using xtabond2?
Thank you,
Josh
I have a cross country panel data set (attached). I am running Arellano Bond GMM using xytabond2. I am regressing deficit on its lag, fiscal rule strength (fr) and controls VFI and fed. The code is as follows:
Code:
tsset id year, yearly xi: xtabond2 deficit l.deficit fr VFI fed , gmm(deficit fr VFI fed, lag(2 6)) robust noleveleq
Thank you,
Josh
Comment