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.
- Open terminal.app
- Write
open -n /Applications/Stata/StataMP.app
(if you have the MP version)
(if you have the SE version)
open -n /Applications/Stata/StataSE.app
Leave a Reply
You must be logged in to post a comment.