Using R
Installation

In this class we will be using the R statistical programming language and the RStudio IDE. Both are free and open source, and you should install both. (If you are feeling fancy or already have a preferred editor/environment for development, you do not have to use RStudio. But it is your responsibility to fill in any gaps that RStudio fills.)

For R, look for the 64 bit "binaries" for your operating system. For RStudio, look for the open source version of RStudio Desktop.

Side note for Linux (Ubuntu and Debian-derivatives)

If you are happy with the versions of R and RStudio provided by your version of Ubuntu or Debian, simply run:

sudo apt-get install r-base-core rstudio
Supplementary Reading

Links
Workshops
Workshop 0 (Tue Sept. 8, 5-6pm, Room 210) - getting acquainted with R and RStudio

This will be roughly 1-hour and provide a high-level overview of the workflow of analyzing data with RStudio, meant for those with little-to-no programming experience.

  • Make sure R and RStudio is installed.
  • Acquainting yourself with the source and command prompt windows.
  • R as a (graphing) calculator.
  • Looking up help.
  • Loading simple data.
  • Simple plots.