Hello,
I'm calculating two tables with the mean of several variables across income deciles as follows:
tabout decile using b1.tex, c(mean x1 mean x2 mean x3) sum style(tex) replace f(4c) ptotal(none) h1(nil) h2(nil) h3(nil)
tabout decile if x==1 using b2.tex, c(mean x4 mean x5 mean x6) sum style(tex) replace f(2c) ptotal(none) h1(nil) h2(nil) h3(nil)
Then, on my latex file, I want to stack these two tables next to each other, as a single table, something like the following:
\input{b1.tex} & \input{b2.tex}
However, the tabout commands above will have the decile numbering in both cases, whereas I don't need to repeat that info.
Any suggestion on how to build such a two part table?
Thanks in advance.
Laurie
Related Posts with tabout - hide first column
Missing data - general researchHello everyone! I´m a Medical Student, from Brazil, and it´s the first time I´m using Stata. I am pa…
TobitHello, Please, can anyone help me on how to run a Tobit regression taking into consideration random …
Table for summary statisticsHi, I understand that I can do a twoway table using the tab (xxx), sum (xxx) command. Is there a way…
Meta analysis with shrunken study effects?Hi everyone, I have treatment effects and their standard errors from 90 independent studies and wou…
Subtracting dateHi I have a question that I am struggling with: I have three variables of interest that I would like…
Subscribe to:
Post Comments (Atom)
0 Response to tabout - hide first column
Post a Comment