Jacob Hesse
I had fixed this issue in the latest version, which I have not yet sent to ssc. The new version of asdoc can be installed from my site. Copy and paste the following line in Stata and press enter.
Please note that the above line has to be copied in full. After installation of the new version, then restart Stata.
Here is an example from the Stata Installation
Please do remember to cite asdoc. To cite:
In-text citation
Tables were created using asdoc, a Stata program written by Shah (2018).
Bibliography
Shah, A. (2018). ASDOC: Stata module to create high-quality tables in MS Word from Stata output. Statistical Software Components S458466, Boston College Department of Economics.
I had fixed this issue in the latest version, which I have not yet sent to ssc. The new version of asdoc can be installed from my site. Copy and paste the following line in Stata and press enter.
Code:
net install asdoc, from(http://fintechprofessor.com) replace
Here is an example from the Stata Installation
Code:
webuse lbw asdoc logistic low age lwt i.race smoke ptl ht ui, or replace
Please do remember to cite asdoc. To cite:
In-text citation
Tables were created using asdoc, a Stata program written by Shah (2018).
Bibliography
Shah, A. (2018). ASDOC: Stata module to create high-quality tables in MS Word from Stata output. Statistical Software Components S458466, Boston College Department of Economics.
Comment