Skip to content

Instantly share code, notes, and snippets.

@benjamin-chan
Last active August 11, 2016 18:02
Show Gist options
  • Select an option

  • Save benjamin-chan/d29266cdd231a513a40541c8839e4670 to your computer and use it in GitHub Desktop.

Select an option

Save benjamin-chan/d29266cdd231a513a40541c8839e4670 to your computer and use it in GitHub Desktop.
Set up and install MarkDoc for Stata
/* 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