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
Multiple Regression analysis: Explanatory Variable as percentageIn STATA when I do a regression analysis and the y variable is expressed in a percentage, I normally…
Creating a variable containing number of decimal points of another variable's valuesHi, I have a variable measuring speed. The values are double and vary in the number of decimal point…
Instrumental Variable HelpHi, I'm having trouble with a new instrumental variable. So I'm trying to find some causality, betw…
Why F-test is missing? Could you please help!Hi, I run some regressions, but the F-test is missing. I read some previous posts related to this i…
Code that picks up sudden spikes in prices Code: * Example generated by -dataex-. To install: ssc install dataex clear input double op …
Subscribe to:
Post Comments (Atom)
0 Response to tabout - hide first column
Post a Comment