Hello,
I have an issue with my regressions and F-tests. When i include robust standard errors, the R2 in the regression and the F-statistic in the F-test do not show. It is just a dot in the table. How do I solve this?
This is what I type into the command box for my final column for the regression:
qui xtreg g_gdp length g_prim1 g_death patent1 polity2 length_g_prim1 length_g_death length_patent1 length_polity2 g_gov_con g_trade g_pop initial_gdp i.year if (country == "Benin" | country == "Burkina Faso" | country == "Congo" | country == "Algeria" | country == "Gabon" | country == "Kenya" | country == "Algeria" | country == "Gabon" | country == "Kenya" | country == "Madagascar" | country == "Niger" | country == "Togo") & inrange(length, 1, 42), vce(robust) fe
qui outreg using Table3.doc, nocons addrow(Country-fixed effects,YES \ Year-fixed effects,YES \ Time trend,NO) se bdec (3) starlevels(10 5 1) sigsymbols(*,**,***) starloc(1) summstat(r2 \ N) summtitle(R-squared \ Observations) summdec(2 2 0) title(Table 3. \ The Relationship between Social Infrastructure and Economic Growth \ Dependent Variable: GDP Growth) ctitle("", "" \ "Explanatory Variables" \ "" "(4)") note(NOTE- Robust standard errors are used in parenthesis. The coefficient estimates for country-fixed effects and year-fixed effects are not reported to save space. When performing an additional regression including a time trend, the coefficients are the same as in regression 4 (not reported to save space). \ * Significantly different from zero at 90 percent confidence. \ ** Significantly different from zero at 95 percent confidence. \ *** Significantly different from zero at 99 percent confidence.) blankrows nolegend varlabels replace merge
I am very thankful for any help regarding this.
I have an issue with my regressions and F-tests. When i include robust standard errors, the R2 in the regression and the F-statistic in the F-test do not show. It is just a dot in the table. How do I solve this?
This is what I type into the command box for my final column for the regression:
qui xtreg g_gdp length g_prim1 g_death patent1 polity2 length_g_prim1 length_g_death length_patent1 length_polity2 g_gov_con g_trade g_pop initial_gdp i.year if (country == "Benin" | country == "Burkina Faso" | country == "Congo" | country == "Algeria" | country == "Gabon" | country == "Kenya" | country == "Algeria" | country == "Gabon" | country == "Kenya" | country == "Madagascar" | country == "Niger" | country == "Togo") & inrange(length, 1, 42), vce(robust) fe
qui outreg using Table3.doc, nocons addrow(Country-fixed effects,YES \ Year-fixed effects,YES \ Time trend,NO) se bdec (3) starlevels(10 5 1) sigsymbols(*,**,***) starloc(1) summstat(r2 \ N) summtitle(R-squared \ Observations) summdec(2 2 0) title(Table 3. \ The Relationship between Social Infrastructure and Economic Growth \ Dependent Variable: GDP Growth) ctitle("", "" \ "Explanatory Variables" \ "" "(4)") note(NOTE- Robust standard errors are used in parenthesis. The coefficient estimates for country-fixed effects and year-fixed effects are not reported to save space. When performing an additional regression including a time trend, the coefficients are the same as in regression 4 (not reported to save space). \ * Significantly different from zero at 90 percent confidence. \ ** Significantly different from zero at 95 percent confidence. \ *** Significantly different from zero at 99 percent confidence.) blankrows nolegend varlabels replace merge
I am very thankful for any help regarding this.
Comment