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
Convert date variable to scale variableHi all I imported an excel dataset to Stata 15. Unfortunately a scale variable (Body Mass Index meas…
Interpret IRF scaleDear all, I have got an annual database with a short term interest rate in percent, a long term int…
Mediation: Direct effect greater than the Total effect !Dear all, i hope you are doing good in this period of Covid in my work i have studied the followin…
How to create a binary variable that identify whether another variable has duplicates in the dataset using Stata?*The dataset is laid out in longitudinal format where the patient id (pid) is the first column, and t…
Stata histogram HelpHi, I'm attempting to find the 80th percentile of sales transaction totals in stata and graph it. I'…
Subscribe to:
Post Comments (Atom)
0 Response to tabout - hide first column
Post a Comment