It is my first post on Statalist, I hope I am doing everything fine, I read all the FAQs but I am still uncertain.
I am trying to assess the cost of default on the GDP growth of a defaulter country. I have panel data, more in detail 201 countries and 41 years (1970-2011).
I choose, following "Furceri, D., & Zdzienicka, A. (2012). How costly are debt crises?. Journal of International Money and Finance, 31(4), 726-742." to adopt the GMM estimator, in particular, the code xtabond2. I read on "Roodman, D. (2009). How to do xtabond2: An introduction to difference and system GMM in Stata. The stata journal, 9(1), 86-136." that this estimator should be applied only in a situation in which T is small, and probably this is my first issue in my analysis. But I cannot understand when T is small, according to you, 41 years is too large?
Consequently my model is a dynamic model in which the dependent variable is GDP growth rate and the independent variables, in the baseline regression, are: the first lag of GDP growth rate, the second lag of GDP growth rate, population growth, credit growth, first lag of the log of real GDP level, real exchange rate, measure of openness and a dummy of sovereign default. The latter is my variable of interest, take the value of 1 for every year that the country is in default.
Code:
xtabond2 rgdp_growth l.rgdp_growth l2.rgdp_growth popgrowth loans_gdp_growth l.ln_rgdp_level r_exrate_growth openness in_dummy_s_and_p, gmm (l.rgdp_growth l.in_dummy_s_and_p, laglimits (1 40) collapse) iv(polity_index inflation coup,equation(level)) nodiffsargan twostep robust orthogonal small
(If someone could be interested in this analysis, I took the data from the paper of: Kuvshinov, D., & Zimmermann, K. (2019). Sovereigns going bust: estimating the cost of default. European Economic Review.
The paper and the data are available at: https://doi.org/10.1016/j.euroecorev.2019.04.009
Here it is an example of this dataset
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str46 country double year float(rgdp_growth r_exrate_growth in_dummy_s_and_p popgrowth ln_rgdp_level) "Aruba" 1970 . .04352283 0 . 8.138505 "Aruba" 1971 8.40391 .04343969 0 . 8.219199 "Aruba" 1972 8.34116 .05448103 0 . 8.299314 "Aruba" 1973 8.384026 .08301789 0 . 8.379825 "Aruba" 1974 8.572991 .09668136 0 . 8.462077 "Aruba" 1975 8.854675 .07771558 0 . 8.546921 "Aruba" 1976 9.205509 .09121424 0 . 8.634982 "Aruba" 1977 9.491458 .10704023 0 . 8.725658 "Aruba" 1978 9.556724 .1337465 0 . 8.816931 "Aruba" 1979 9.321277 .1599741 0 . 8.906052 "Aruba" 1980 8.872477 .18441904 0 . 8.991058 "Aruba" 1981 8.240195 .15544665 0 . 9.070241 "Aruba" 1982 7.706792 .13252604 0 . 9.144484 "Aruba" 1983 7.578631 .13882983 0 . 9.217535 "Aruba" 1984 8.003371 .13464308 0 . 9.294527 "Aruba" 1985 8.747523 .12561679 0 . 9.3783865 "Aruba" 1986 9.758915 -.014589548 0 . 9.471502 "Aruba" 1987 17.608486 .007916689 0 . 9.633694 "Aruba" 1988 20.12718 -.003917694 0 . 9.817074 "Aruba" 1989 12.208845 -.04144764 0 . 9.932265 end format %ty year
Thank you so much in advance.
Giampaolo.
0 Response to Problem with two step difference/system GMM estimator using "xtabond2"
Post a Comment