Skip to contents

This is the package that powers the A.I. Sports College Football 4th Down Model discussed in this UteZone article. The model is heavily based on the work and code produced by Ben Baldwin for his 4th Down Calculator for the NFL

Installation

You can install the development version of cfb4th from GitHub with:

# install.packages("devtools")
devtools::install_github("sportsdataverse/cfb4th")

Features

  • The go for it model gives probabilities for possibilities of yards gained and includes the possibility of earning a first down via defensive penalty
  • The punt model includes the possibility for getting blocked, returned for a touchdown, or fumbled on the return
  • The field goal model is a simple model of field goal % by distance and roof type

Current limitations

There are some edge cases that are not accounted for. These should only make a marginal difference to the recommendations as they are largely edge cases (e.g. the possibility for a field goal to be blocked and returned).

  • The go for it model does not allow for the possibility of a turnover return. However, long returns are extremely rare: For example, in 2018 and 2019 in the NFL there were only four defensive touchdowns on plays where teams went for fourth downs out of 1,236 plays, and all of these happened when the game was well in hand for the other team. Additionally, it assumes that a touchdown is worth 7 points and doesn’t account for go-for-2 situations (Future Work)
  • The punt model doesn’t account for the punter or returner, ignores penalties on returns and ignores the potential for blocked punts to be returned for touchdowns
  • The field goal model doesn’t account for who the kicker is, what the weather is (only relevant for outdoor games), or the possibility of a kick being blocked and returned for a touchdown

Citations

To cite the cfb4th R package in publications, use:

BibTex Citation

@misc{lee_et_al_2021_cfb4th,
  author = {Jared Lee and Sebastian Carl and Ben Baldwin},
  title = {cfb4th: The SportsDataverse's R Package for College Football 4th Down Modeling.},
  url = {https://cfb4th.sportsdataverse.org/},
  year = {2021}
}