⚠️There's a newer version (4.6.1) of this package. Take me there.

nflfastR

nflfastR is a set of functions to efficiently scrape NFL play-by-play data. nflfastR expands upon the features of nflscrapR:

  • The package contains NFL play-by-play data back to 1999
  • As suggested by the package name, it obtains games much faster
  • Includes completion probability (cp), completion percentage over expected (cpoe), and expected yards after the catch (xyac_epa and xyac_mean_yardage) in play-by-play going back to 2006
  • Includes drive information, including drive starting position and drive result
  • Includes series information, including series number and series success
  • Hosts a repository of play-by-play data going back to 1999 for very quick access
  • Features models for Expected Points, Win Probability, Completion Probability, and Yards After the Catch (see section below)
  • Includes a function update_db() that creates and updates a database

We owe a debt of gratitude to the original nflscrapR team, Maksim Horowitz, Ronald Yurko, and Samuel Ventura, without whose contributions and inspiration this package would not exist.

Installation

The easiest way to get nflfastR is to install it from CRAN with:

install.packages("nflfastR")

To get a bug fix or to use a feature from the development version, you can install the development version of nflfastR from GitHub with:

if (!requireNamespace("remotes", quietly = TRUE)) {install.packages("remotes")}
remotes::install_github("mrcaseb/nflfastR")

Usage

We have provided some application examples under vignette("nflfastR"). However, these require a basic knowledge of R. For this reason we have the nflfastR beginner’s guide in vignette("beginners_guide"), which we recommend to all those who are looking for an introduction to nflfastR with R.

Data repository

Even though nflfastR is very fast, for historical games we recommend downloading the data from here. These data sets include play-by-play data of complete seasons going back to 1999 and we will update them in 2020 once the season starts. The files contain both regular season and postseason data, and one can use game_type or week to figure out which games occurred in the postseason. Data are available as .csv.gz, .parquet, or .rds.

nflfastR models

nflfastR uses its own models for Expected Points, Win Probability, Completion Probability, and Expected Yards After the Catch. To read about the models, please see this post on Open Source Football. For a more detailed description of the motivation for Expected Points models, we highly recommend this paper from the nflscrapR team located here.

Here is a visualization of the Expected Points model by down and yardline.

Here is a visualization of the Completion Probability model by air yards and pass direction.

nflfastR includes two win probability models: one with and one without incorporating the pre-game spread.

Special thanks

Copy Link

Version

Down Chevron

Install

install.packages('nflfastR')

Monthly Downloads

1,351

Version

3.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

November 20th, 2020

Functions in nflfastR (3.2.0)