Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem with Estpost and Esttab, exporting to Latex

    Hello all,

    I am running some issues in exporting my tabulate result into Latex.

    my code is

    ​​​​​​
    eststo clear
    eststo: estpost tabstat school_att mom_col pop_col if age<19, by(nsibs) stat(mean)
    esttab . using "myfilex.tex", cells("count mean") replace

    However when I open the tex file, it is an almost empty table with only N in it.

    Thank you
Working...
X