Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 2.14 KB

getting_started.md

File metadata and controls

19 lines (13 loc) · 2.14 KB

Getting Started

Here is a quick list of things to do to get started, ideally before the first class:

  • Install R and RStudio. Here are a few example videos on how to do this such as this one (for windows). Many other videos are available (search for "install RStudio" in YouTube. Make sure that you are downloading the latest version of R (version 3.1 or above) and RStudio.

  • Install all required packages by using the script provided by Brian High. Simply typing

source("installallpkgs.R")

in the R console should work. As an alternative you can also also click on the source button in RStudio. This will ensure that you have all necessary packages to reproduce the lecture notes.