lrberge / fixest

Fixed-effects estimations
https://lrberge.github.io/fixest/
361 stars 59 forks source link

How to use etable() to vertically display regression with split() #422

Open wcd102 opened 1 year ago

wcd102 commented 1 year ago

Hi Irberge, When I use feols(y ~ sw(x1, x2, x3) | City, fsplit = ~species), I would naturally want to display the regression table vertically. Specifically, it should look like following. How to do that? Thank you.

y (1) (2) .......

Panel A: species 1

x... N R^2

Panel B: species 2

x... N R^2

City fixed effects Yes