Hello,
I am running a simple OLS but have only 12 clusters. Following the "Fast and Wild: Bootstrap Inference in Stata Using boottest" paper I ran a boottest following the simple regression. I use the following commands:
ivreghdfe sharedk inflation_yearly, a(country date) cl(country date) bw(12)
boottest inflation_yearly, boot(wild) bootcl(country date)
The results show a negative coefficient of -0.129 and the boottest result shows a significant value (t-stat=3.91), yet the 95% confidence interval is [0.2991, 1.053]. I am confused regarding the interpretation of the result. Does boottest imply that the simple regression result is extremely biased? Any guidance into how to read these results would be much appreciated.
I am running a simple OLS but have only 12 clusters. Following the "Fast and Wild: Bootstrap Inference in Stata Using boottest" paper I ran a boottest following the simple regression. I use the following commands:
ivreghdfe sharedk inflation_yearly, a(country date) cl(country date) bw(12)
boottest inflation_yearly, boot(wild) bootcl(country date)
The results show a negative coefficient of -0.129 and the boottest result shows a significant value (t-stat=3.91), yet the 95% confidence interval is [0.2991, 1.053]. I am confused regarding the interpretation of the result. Does boottest imply that the simple regression result is extremely biased? Any guidance into how to read these results would be much appreciated.
Comment