Skip to content
vikjam edited this page Jun 17, 2015 · 23 revisions

This page contains some tips and suggestions for the various languages used in this repository

Stata

The simplest way to use Stata is simply to use the app. If you prefer to not use the do-file editor that comes with Stata, your text editor of choice will probably have some support Stata syntax and possible additional features. For example, Sublime Text has a couple of packages, Sublime Stata Enhanced and Stata Editor. See the Sublime Text tips below for details. It is also possible to interact with Stata from the command line by installing the command line tools. You can then invoke Stata with the command, stata-se (or something similar based on your version of Stata).

R

You can use the app accompanied with your R installation, but it is generally advisable to use an improved R IDE such as RStudio, which is free to use. R can be invoked from the command line via the command R. See below for Sublime Text support.

Python

There are many ways to get started with Python. A simple approach for people interested in using Python for data analysis is to install an IDE for Python such as Anaconda, Python(x,y) or Canopy from Enthought.

You can also install everything from source.

Julia

Julia does not come with much of interface, but Juno provides a nice graphical interface.

Clone this wiki locally