I am trying to Add the row total to a frequency tably when I am using asdoc, the original table from stata:
Code:
sysuse auto
tab foreign
Car type | Freq. Percent Cum.
------------+-----------------------------------
Domestic | 52 70.27 70.27
Foreign | 22 29.73 100.00
------------+-----------------------------------
Total | 74 100.00
Code:
asdoc tab foreign
You can see that in the last table miss the total row. Do you know how get it with asdoc?
Thanks in advance
0 Response to Add row total to frequency table with asdoc
Post a Comment