Hi,
I currently use the package fixest
to estimate my regressions.
Then, I use the etable
function to produce a latex table with the results of multiple regressions.
I wrote a simple wrapper to make this pipeline a little bit smoother.
Also, as other colleagues of mine use esttab
command from stata
, I wanted my table to have the same format,
so we could easily interchange tables prodcued in r or stata.
The following gist is consisted of two parts.