Summarizing Relationships, Tidying and Joining Data

Published

October 9, 2023

Readings

  • For summarizing relationships, see QSS 3.6 and MD 5.1.1.
  • For pivoting and tidy data, see MD Ch 4.
  • For more on joins, see the chapter 20 in R for Data Science.

Data

  • On Thursday, We will also use data from the nycflights13 package that you can install with:
install.packages("nycflights13")

Slides and Code