Tuesday, June 17, 2014

How to let outsum work on Stata 12

Outsum package is now incompatible with newest versions of Stata, i.e. version 12 and version 13.  However, you can do some modification to the outsum ado file to let it work in new versions.  To do this, follow the below steps.

1. Type "which outsum" and run it to locate path of outsum.ado file, usually it is supposed to be "c:\ado\plus\o\outsum.ado".  Then copy the path.

2.  Type "doedit [paste your outsum.ado path here, not brackets]" and run it, a code editing window will pop out.

3. Press Ctrl+H to open replace window.  find  all "_all" and replace them with "*". Then save the file.

4. run "cscript" to clean the memory and reload all ado files.

Now outsum will work in later versions of Stata

No comments:

Post a Comment