Data Manipulation with R Tidyverse

Online

This course will highlight useful tools of data manipulation from R’s Tidyverse suite of packages. The Tidyverse packages are built upon a philosophy of a tidy data structure: a rectangular (spreadsheet-like) data structure where each row is one observation, each...

Graphs with R’s ggplot

Online

In this two-day course, students will learn to build and customize ggplot graphics.  The ggplot2 package is built upon the Grammar of Graphics of Leland Wilkenson.  Wilkenson described how all quantitative data visualizations share common component elements.  Learning this grammar...