Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 929 Bytes

setup.md

File metadata and controls

28 lines (24 loc) · 929 Bytes
title
Setup

Software

For this lesson you will need R and RStudio Desktop.

  • Download R from the R project website and follow the instructions there to install the software.

  • Download RStudio Desktop IDE from the RStudio website and follow the instructions there to install the software.

  • From within RStudio, install the Tidyverse collection of R packages. {: .prereq}

Data

The following files are used in this lesson:

The "Hawks" dataset is available from the RDatasets website. The dataset is also part of the R package Stat2Data.

{% include links.md %}