Welcome to the webpage for the 2019 CMSAC Football Analytics Workshop! Led by Ron Yurko, the CMSAC football analytics workshop is a three-hour event (5 to 8 PM), with the first hour dedicated to introducing attendees to reading, wrangling, and visualizing publicly available NFL data with the R statistical programming language, specifically using the tidyverse. The third hour of the workshop will cover the basics of using R to generate Elo ratings for NFL teams, a popular rating system featured on websites such as FiveThirtyEight. The middle hour of the workshop features our keynote speaker, Michael Lopez, who will discuss his work as the NFL Director of Data and Analytics. No prior programming experience is required.
Please follow the steps below for set-up prior to arrival at the workshop.
To Install R:
Now that R is installed, you need to download and install RStudio. To Install RStudio: + Go to www.rstudio.com and click on the “Download RStudio” button. + Click on “Download RStudio Desktop.” + Click on the version recommended for your system, or the latest Mac version, save the .dmg file on your computer, double-click it to open, and then drag and drop it to your applications folder.
To Install R:
Now that R is installed, you need to download and install RStudio. To Install RStudio:
Open RStudio, then in the console proceed to enter the following command:
Then make sure the tidyverse
suite of packages are successfully installed by running:
As an alternative to installing R and RStudio on your computer, you can use the free, browser-based RStudio Cloud: https://rstudio.cloud/ Use this option if you run into any installation issues with R, RStudio, or the tidyverse
suite of packages.
Click on the ‘Get Started’ button. You will be asked to create an account, which is free, provided you have an email to use. Once you make an account, click on the ‘New Project’ button. In there you should rename the project to be “CMSAC-football” at the top, and then your use of R is ready to go within the browser!