Hi,
I have been trying to make 2 and 3-way tables for several row variables and export them to a Word file using the asdoc (SSC) package, but the tables are never correctly formatted and are hard to repair as the rows and columns appear to be disjointed. Plus, it allows only one row variable, but I have several variables to report. Is there any alternative way make 3 way tables with multiple variables and export the results to a Word or Excel file?
I want to add more variables before the columns variables ''urban'' and ''sex''.
xcel file?
I have been trying to make 2 and 3-way tables for several row variables and export them to a Word file using the asdoc (SSC) package, but the tables are never correctly formatted and are hard to repair as the rows and columns appear to be disjointed. Plus, it allows only one row variable, but I have several variables to report. Is there any alternative way make 3 way tables with multiple variables and export the results to a Word or Excel file?
Code:
asdoc tab3way year urban sex, colpct freq
Comment