For asdocx users and others who might be interested in mrtab and asdocx.
mrtab is a community-contributed package written by Ben Jann. mrtab tabulates multiple responses which are stored as a set of variables. Users of asdocx have requested the addition of support for mrtab. Beginning with version 2.1.9, asdocx will now support mrtab, allowing users to export mrtab tables to Word, Excel, LaTeX, or HTML.
A slightly modified version of mrtab is available on the asdocx website, which is automatically downloaded when a user first uses mrtab with asdocx. The modification is done to extract only the output matrix from mrtab and send it to asdocx, no other changes are made. Using mrtab with asdocx is simple; simply add ‘asdocx as a prefix to the mrtab command. Here is an example of using mrtab with asdocx.

You may like to visit this page for more details and examples.
mrtab is a community-contributed package written by Ben Jann. mrtab tabulates multiple responses which are stored as a set of variables. Users of asdocx have requested the addition of support for mrtab. Beginning with version 2.1.9, asdocx will now support mrtab, allowing users to export mrtab tables to Word, Excel, LaTeX, or HTML.
A slightly modified version of mrtab is available on the asdocx website, which is automatically downloaded when a user first uses mrtab with asdocx. The modification is done to extract only the output matrix from mrtab and send it to asdocx, no other changes are made. Using mrtab with asdocx is simple; simply add ‘asdocx as a prefix to the mrtab command. Here is an example of using mrtab with asdocx.
Code:
* Load example dataset use http://fmwww.bc.edu/RePEc/bocode/d/drugs.dta, clear * asdocx with mrtab asdocx mrtab inco1-inco7, include cnames(Sources of income) /// title(Table: Multiple responses)
You may like to visit this page for more details and examples.
Comment