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
Creating a new variable based on information in another observationI want to create a new variable based on information in other observations. My data looks like this:…
cmp - unable to allocate matrixHi, I am using the cmp command to simultaneously estimate three probit equation such as: DV1 = b0 …
How to compare predicted margins across two separate models?Greetings, I'm running Stata 15 on OSX and working with panel data. My goal is to test and compare …
Monte Carlo FGLSI have the following DGP: "Data generating process (DGP): Assume the true data generating process is…
Monte Carlo--How to see B variabilityHi everyone, I created a monte carlo simulation. I am trying to see attentuation bias which I see, …
Subscribe to:
Post Comments (Atom)
0 Response to tabout - hide first column
Post a Comment