Course Files

Files corresponding to Short Course: Introduction to Data Science Using R

Course Files

Below you’ll find the presentation files for the course and the exercises we’ll do during the hands on sessions.

Note: You also have access to the source material at the github repo.

We’ve also included links to materials to go further learning R at the bottom of the page!


Presentation Files


It may help to have just the R code from the slides so you can easily run the code without typing it out. Below you’ll find .R scripts with just the R code from the notes (notice that there is some extra stuff as we often use R code to bring in images and things like that).


Exercises


Exercise Sets

R Basics & Reading Data
Markdown & Manipulating Data
Summarizing Data

Learning Resources


Cheat Sheets

RStudio IDE

Base R

Data Import

RMarkdown

Data Transformation

Data Visualization


Other Courses

Justin teaches the following three courses for Data Matters, a week-long series of one and two-day courses aimed at students and professionals in business, research, and government.


Basics of R for Data Science and Statistics

The course provides a modern introduction to the R through the extremely popular suite of packages called the tidyverse. A rough outline is given below:

Day 1:

Day 2:


Improving R Programs

The course provides a brief overview of R data structures followed by the following topics:


R for Automating Workflow & Sharing Work

Students will learn about the following topics:


Data Computing eBook

This eBook (link)[https://dtkaplan.github.io/DataComputingEbook/] by Danny Kaplan and Matt Beckman is a free resource for an introduction to R course. The book has been used as a primary textbook for undergraduate courses that teach an introduction to R & tidyverse with no assumed prerequisites in statistics or programming. The book includes chapters devoted to basic RStudio IDE, data wrangling, visualization, and other topics useful for data processing & exploration.


R Markdown: The Definitive Guide

This books has almost everything you could want to know about using R Markdown.


R for Data Science

A commonly used introduction to the tidyverse.


ggplot2: elegant graphics for data analysis

A book on using the ggplot2 package for plotting.