knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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
You can install the development version of cfb4th from GitHub with:
# install.packages("devtools") devtools::install_github("sportsdataverse/cfb4th")
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).
To get started with cfb4th please see this article.
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} }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.