Hi,
I'm trying to replicate a paper. After the construction of the database, I have to run the first code. The method used is the Arellano-Bond GMM i.e using a linear dynamic panel data. All the variables in the model have one lag.
Under the table I have to replicate, there is reported the following description "The estimates are determined using Arellano-Bond GMM treating the instrument and the control variables of credit growth, GDPgrowth, the crisis dummy and the policy rate as endogenous. Country fixed effects control for individual trends. Robust standard errors clustered by country are in brackets".
The code I'm trying to use is the following:
xtabond Creditgrowth l(0/1).MPI, endogenous(MPI) endogenous(GDPgrowth, lag(1,.)) endogenous(Crisis, lag(1,.)) endogenous(Policyrate, lag(1,.)) noconstant lags(1) vce(robust)
but results are not the same.
I would like to ask if my code is correct.
Another maybe useful information: "we report White-Huber robust standard errors clustered by country"
Please if you need further information, let me know.
Thank you
I'm trying to replicate a paper. After the construction of the database, I have to run the first code. The method used is the Arellano-Bond GMM i.e using a linear dynamic panel data. All the variables in the model have one lag.
Under the table I have to replicate, there is reported the following description "The estimates are determined using Arellano-Bond GMM treating the instrument and the control variables of credit growth, GDPgrowth, the crisis dummy and the policy rate as endogenous. Country fixed effects control for individual trends. Robust standard errors clustered by country are in brackets".
The code I'm trying to use is the following:
xtabond Creditgrowth l(0/1).MPI, endogenous(MPI) endogenous(GDPgrowth, lag(1,.)) endogenous(Crisis, lag(1,.)) endogenous(Policyrate, lag(1,.)) noconstant lags(1) vce(robust)
but results are not the same.
I would like to ask if my code is correct.
Another maybe useful information: "we report White-Huber robust standard errors clustered by country"
Please if you need further information, let me know.
Thank you
Comment