Home › Forums › ASDOC : Easy Publication Quality Tables in Stata › Asdoc tabulate–showing statistics, rounding decimals › Reply To: Asdoc tabulate–showing statistics, rounding decimals
Hello Prerak
I have not understood your question. Please remember to quote a reproducible example. Here are the outputs from asdoc and Stata tab commands when using without asdoc.
*Official tabulate example
Repair |
Record | Car type
1978 | Domestic Foreign | Total
-----------+----------------------+----------
1 | 2 0 | 2
| 100.00 0.00 | 100.00
-----------+----------------------+----------
2 | 8 0 | 8
| 100.00 0.00 | 100.00
-----------+----------------------+----------
3 | 27 3 | 30
| 90.00 10.00 | 100.00
-----------+----------------------+----------
4 | 9 9 | 18
| 50.00 50.00 | 100.00
-----------+----------------------+----------
5 | 2 9 | 11
| 18.18 81.82 | 100.00
-----------+----------------------+----------
Total | 48 21 | 69
| 69.57 30.43 | 100.00
*asdoc table
asdoc tab rep78 foreign, replace row
You can compare these outputs and tell me where do they differ?
-
This reply was modified 5 years, 4 months ago by
Attaullah Shah.