I want to export the summary() function of several regressions into a summary table. Normally I use stargaze.
The problem is: I calculated Heteroskedasticity Robust Standard errors which are shown by using a special summary function (e.g. "summary(fit5, robust=TRUE)") - but how can I export the result of this summary table into an export table? Thank you very much for your help!
Nothing worked so far. Until now I used the export type text and overwrote the values...