Multiple Stata Windows on OS X

Ever wondered how to run regressions on different datasets simulatenously on your Mac? While this is easy in Windows, you have to use the terminal to have several Stata sessions open at the same time.

  1. Open terminal.app
  2. Write
    open -n /Applications/Stata/StataMP.app (if you have the MP version)
    open -n /Applications/Stata/StataSE.app
    (if you have the SE version)

Leave a Reply