Hello all,
I am trying to export my tabstat table to Latex, however, my code only generates an almost empty table in latex with N in it
Here is my code:
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
thank you all
Related Posts with Problem with esttab and estpost, exporting to latex
How to seperate numbers from a string variableI have a string variable that has labels and a number. I only need the number. How do I separate it …
mediation analysisDear experts, I want to do a mediation analysis using the type of data like below. exp is the exposu…
Bilateral trade gravity model specificationDear community, I want to estimate a gravity model to examine the impact of interstate wars on bila…
collapsing repeated cross section data to panel for first stage IV , then storing the result to run second stage on repeated cross sectionHere, due to nature of my data I need to collapse my repeated cross section data to panel data ( the…
Collapsing observations in longitudinal dataHi all, I had a question about how to approach my data problem. I start with a file that is child-p…
Subscribe to:
Post Comments (Atom)
0 Response to Problem with esttab and estpost, exporting to latex
Post a Comment