Dear Statalist,
I would like to create a table of publication quality summary percentages.
The column headings are 0 and 1 for the binary variable: Participation.
The row headings are for a large number of different categorical characteristics such as ethnicity, sex and age etc.
I can create individual tables using the following command:
asdoc tabulate sex Participation , row nofreq replace
asdoc tabulate ethnicity Participation , row nofreq replace
asdoc tabulate age Participation , row nofreq replace
etc.
I have quite a few questions:
How can I combine all these above tables together?
How can I remove the total columns from the table?
How can I add notes to the table?
Is there a method for adding continuous variable statistics to the bottom of the table?
I have tried using asdoc, outreg2 , esttab and tabout commands but I am really struggling to produce one complete table.
Thank you very much
Best wishes
Seren
Related Posts with Illustrative table of percentages to read in Word
Mismatch between date formatted as string and numeric dateDear all, I am processing hourly time series data (DD.MM.YYYY hh:mm), where the date variable is fo…
How to expand the variable within group?Here is what I am trying to do I want to make each one of the observations in the following dataset …
Stata 18 data editor displaying ampersands incorrectly in string variable observationsI am experiencing an issue with the data editor displaying string ampersands (ASCII Code 38) in Stat…
Force negative time values in 'stset'Dear Stata users, I wonder if there is any way to force negative time values (age-centred) in stset…
One-step stochastic frontier using StataGreetings, dear Statalist members! Could I use Stata to estimate a one-stage stochastic frontier wit…
Subscribe to:
Post Comments (Atom)
0 Response to Illustrative table of percentages to read in Word
Post a Comment