I'm trying to use stargazer to output some regression results with robust standard errors, but the lines in the bottom for values like nobs and f stat doesn't show. here are the code and the output.
r_FEB1_se <- coeftest(r_FEB1, vcov = vcovHC(r_FEB1, method = "arellano", type = "HC3", cluster = "group"))
r_FED1_se <- coeftest(r_FED1, vcov = vcovHC(r_FED1, method = "arellano", type = "HC3", cluster = "group"))
r_FEF1_se <- coeftest(r_FEF1, vcov = vcovHC(r_FEF1, method = "arellano", type = "HC3", cluster = "group"))
r_FEH1_se <- coeftest(r_FEH1, vcov = vcovHC(r_FEH1, method = "arellano", type = "HC3", cluster = "group"))
r_FEB2_se <- coeftest(r_FEB2, vcov = vcovHC(r_FEB2, method = "arellano", type = "HC3", cluster = "group"))
r_FED2_se <- coeftest(r_FED2, vcov = vcovHC(r_FED2, method = "arellano", type = "HC3", cluster = "group"))
r_FEF2_se <- coeftest(r_FEF2, vcov = vcovHC(r_FEF2, method = "arellano", type = "HC3", cluster = "group"))
r_FEH2_se <- coeftest(r_FEH2, vcov = vcovHC(r_FEH2, method = "arellano", type = "HC3", cluster = "group"))
stargazer::stargazer(r_FEB1_se,r_FEB2_se,r_FED1_se,r_FED2_se,r_FEF1_se,r_FEF2_se,r_FEH1_se,r_FEH2_se, type = "text")
=========================================================================================================================
Dependent variable:
--------------------------------------------------------------------------
(1) (2) (3) (4) (5) (6) (7) (8)
-------------------------------------------------------------------------------------------------------------------------
`Ratio Immigrants/pop t-1` 0.594* 0.653* 1.193*** 1.368*** 0.973*** 1.031*** 0.841*** 0.904***
(0.337) (0.338) (0.450) (0.458) (0.295) (0.306) (0.294) (0.299)
`Disposable income in Thousand EUR t-1` 0.000* 0.000 0.000 0.00000***
(0.000) (0.000) (0.000) (0.000)
`Unemployment rate on all civilian income t-1` 0.010*** 0.031*** -0.006 0.009**
(0.003) (0.007) (0.005) (0.004)
`Disposable income in Thousand EUR t-2` 0.000 0.000 0.000 0.00000***
(0.000) (0.000) (0.000) (0.000)
`Unemployment rate on all civilian income t-2` 0.008** 0.025*** -0.011** 0.007
(0.003) (0.007) (0.005) (0.005)
=========================================================================================================================
=========================================================================================================================
Note: *p<0.1; **p<0.05; ***p<0.01