Hello Statalist community,
I am struggling with a minor formatting issue when I use the asdoc package to create descriptive tables. I wish to create a table with descriptive summary statistics where the frequencies are on the same row. By default, the program generates a table where the first row has frequencies and second row has column percentages. What I mean is that the code below
yields the table below:

I am hoping that someone here might be able to offer some ideas on how to make the percentage appear to the right of or in the column next to the corresponding frequency. I consulted the help file of the package and I could not identify a solution. Any suggestions are appreciated. Thanks
I am struggling with a minor formatting issue when I use the asdoc package to create descriptive tables. I wish to create a table with descriptive summary statistics where the frequencies are on the same row. By default, the program generates a table where the first row has frequencies and second row has column percentages. What I mean is that the code below
Code:
sysuse nlsw88, clear asdoc tab race married, replace col
I am hoping that someone here might be able to offer some ideas on how to make the percentage appear to the right of or in the column next to the corresponding frequency. I consulted the help file of the package and I could not identify a solution. Any suggestions are appreciated. Thanks
Comment