Stata

Start Stata on the RCE by going to Applications->RCE Powered Applications->RCE Powered Stata.

Once stata is running, you can do one of the following:

  • Install command via ssc, by submitting the following command:

ssc install <package-name>

eg. ssc install outreg

For more information on ssc you can check out this Stata help page

  • You can also install from a 3rd party:

net install <package-name>, from(SOME.SITE.EDU/package-name) replace

For example to install a package named rdrobust, you can submit:

net install rdrobust, from(http://www-personal.umich.edu/~cattaneo/rdrobust/stata) replace