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
Mixed effect modelHi Stata experts, I have a longitudinal dataset with outcome recorded at 8 timepoints and exposure …
Merge datasets based on a range of a variableHi Statalist, This is my first post but I have found this forum invaluable in the past. Hopefully …
Fixed effects (individual and time), interacting FEs, and Time TrendsHi everyone! I have panel data of the form: Country Continent Year agprod drought ABW LAC 1972…
How do I keep the lowest numeric value for a variable on an annual basis over time?I have a focused question. I am working in long format. One of my variables is called “new_diff_days…
Help with rangestat calculating moving average results in all missing valuesHello I am trying to calculate the rolling average of the past 36 months (periods) and when I run th…
Subscribe to:
Post Comments (Atom)
0 Response to Illustrative table of percentages to read in Word
Post a Comment