Dear all,
I am simply trying to export a summary statistics table using the excellent estpost program (I have the latest version (Jun 2014))
I have the following problem: when I type
estpost tabstat var1 var2, statistics(p10 p25) by(cat_var)
esttab . using "mytexfile.tex, replace cells("p10(fm(3)) p25(fm(3))) fragment
I see the right corresponding output on Stata, but my tex table is empty... as if esttab did not understand that I want to use the estimates from estpost tabstat.
What would be the solution here? How can I explicitely call the previous estimation results?
Many thanks!
I am simply trying to export a summary statistics table using the excellent estpost program (I have the latest version (Jun 2014))
I have the following problem: when I type
estpost tabstat var1 var2, statistics(p10 p25) by(cat_var)
esttab . using "mytexfile.tex, replace cells("p10(fm(3)) p25(fm(3))) fragment
I see the right corresponding output on Stata, but my tex table is empty... as if esttab did not understand that I want to use the estimates from estpost tabstat.
What would be the solution here? How can I explicitely call the previous estimation results?
Many thanks!