Last active
August 11, 2016 18:02
-
-
Save benjamin-chan/d29266cdd231a513a40541c8839e4670 to your computer and use it in GitHub Desktop.
Set up and install MarkDoc for Stata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* See http://www.haghish.com/statistics/stata-blog/reproducible-research/markdoc.php */ | |
| ssc install markdoc /* installing MarkDoc package */ | |
| ssc install weaver /* installing Weaver package */ | |
| ssc install statax /* installing Statax package */ | |
| markdoc smclfile, replace install export(docx) /* exporting Microsoft Office Docx word */ | |
| markdoc adofile, replace install export(sthlp)/* exporting sthlp Stata help file */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment