stat405

Setting up R and Rstudio

  1. Download R 2.15.1 for windows or mac.

  2. Install rstudio

  3. Install the R packages you need by running the following R code:

     install.packages("ggplot2")