Hello everyone, this is my first time posting so hopefully I'm doing this the right way!
I'm having some issues with the esttab command, mainly when I try to export my tables with this command it gives me a completely different table then the one that shows up on the results window when I store the same table with estout. I would also like to add that my goal is to replicate a table that contains descriptive statistics (only the mean).
Here's the code I used:
eststo Table1A: bysort YEAR: tabstat var1 var2 var3 var4 var5 var6 var7 var8 var9 var10 var11 var12 var13 var14 [aw=WTSSALL] if var15==1
esttab Table1A using "$tables/table1A", cells("mean")
Thanks for your help
I'm having some issues with the esttab command, mainly when I try to export my tables with this command it gives me a completely different table then the one that shows up on the results window when I store the same table with estout. I would also like to add that my goal is to replicate a table that contains descriptive statistics (only the mean).
Here's the code I used:
eststo Table1A: bysort YEAR: tabstat var1 var2 var3 var4 var5 var6 var7 var8 var9 var10 var11 var12 var13 var14 [aw=WTSSALL] if var15==1
esttab Table1A using "$tables/table1A", cells("mean")
Thanks for your help

Comment