Below is the complete list of tutorials that were created last summer. We wrote the materials so that they would be accessible to an introductory student in a class setting or a more-advanced student outside of class. You can download all of the materials for a topic by selecting zip (note: Mac users need to use Chrome or Firefox for the zip file to download). You can preview the tutorials as html documents. If you’re a GitHub user, please feel free to fork the repository!

Tidy Data with tidyr

html | zip | github

Data Wrangling: An Introduction to dplyr

html | zip | github

Merging Data with dplyr

html | zip | github

Data Visualization: An Introduction to ggplot2

html | zip | github

Introduction to Creating Maps with ggplot2

html | zip | github

Making Maps with Shapefiles

html | zip | github

Manipulating Text

html | zip | github

Working with Dates and Times

html | zip | github

Introduction to Data Scraping with rvest

html | zip | github


Labs for Intro Stats

This Fall, I adapted the visualization and data wrangling labs for use in my introductory statistics course. I also created additional labs to continue to introduce students to R. Below are the set of labs I used in class.

Here is the full schedule for my class.

Lab 1: Creating Graphs with ggplot2

html | zip | github

Lab 2: Introduction to Data Manipulation in R

html | zip | github

Lab 3: Introduction to Hypothesis Testing

html | zip | github

Lab 4: Comparing Two Proportions

html | zip | github

Lab 5A: The one-sample bootstrap

html | zip | github

Lab 5B: The two-sample bootstrap

html | zip | github

Lab 6: Simple linear regression in R

html | zip | github