Skip to content

Instantly share code, notes, and snippets.

View Oravishayrizi's full-sized avatar

Or Avishay-Rizi Oravishayrizi

View GitHub Profile
@Oravishayrizi
Oravishayrizi / latextable.md
Created December 4, 2022 09:35
Latex table stuff

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.