knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
) 

cfb4th

Version-Number R-CMD-check Lifecycle: experimentalContributors Twitter Follow

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

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).

Get Started

To get started with cfb4th please see this article.

Our Authors

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}
}


Kazink36/cfb4th documentation built on Jan. 25, 2025, 12:19 a.m.