Hi all,

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
But the asdoc table result in a word doc:
Code:
asdoc tab foreign
Array

You can see that in the last table miss the total row. Do you know how get it with asdoc?
Thanks in advance