Slightly strange request but I am doing some analysis and tabulations for one of my colleagues to help out and to give the results back to her I am just saving everything to the log file. One of the tables I want to show her manipulates the numbers in an awkward way that i think would take me a long time to figure out (and to explain here) so i was wondering if it is possible to write code so that a table i have designed will display in the log file?
This table would have the form of a basic tabulation so something like this;
Code:
| Condition |
Years | 0 1 | Proportion
-----------+-----------------------+----------------
Missing | 0 11 |
0-4 | 145 13 | 0.09
5-9 | 130 15 | 0.12
10-19 | 115 15 | 0.13
20-29 | 101 14 | 0.14
30-39 | 96 5 | 0.05
40-50 | 96 0 | 0.00
-----------+-----------------------+-----------------
Cydney
0 Response to Creating own table in Stata
Post a Comment