I wrote my first runall.sh file and it took me longer than it should have to make it work. I am therefore writing it down for future reference and maybe it also helps some other people. The task was to have a shell file that I could run from Atom on my Mac and it … Continue reading Matlab and Stata in a Shell file
Tag: stata
Stata in Atom
If you want to use Atom as your Stata editor, here is what you need to know. First, you need the language-stata package for proper syntax highlighting. To actually run code from Atom in Stata, you can either use the script or the stata-exec package in Atom. Alternatively, you can use hydrogen, this approach is … Continue reading Stata in Atom