1 min read

Session 7

Lab

  1. Use this dataset to create an Rmarkdown document that analyzes the win probilities for each team during the course of the game. Create a plot and include it in the file (either by inserting the ggplot code in an R chunk or by importing the image directly. Use bold type to explain football concepts, bullet points to explain the main takeaways of the plot. Also add a label caption to credit the data source (espnscrapeR package) to the plot.

  2. Use this dataset to recreate the Points Differential vs. Win Percent, apply it them ggthemes::theme_fivethirtyeight() theme and center the plot title and subtitle.