Movatterモバイル変換


[0]ホーム

URL:


nfl4th

R-CMD-checkCRAN statusLifecycle: stableSupport Server

This is the package that powers thefourth downcalculator introduced inthispiece on The Athletic.

The code that powers the Twitter fourth down botis inthis folder here and thecodethat runs the Shiny app is here.

Installation

The easiest way to get the released version of nfl4th is to installit fromCRANwith:

install.packages("nfl4th")

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

install.packages("nfl4th",repos =c("https://nflverse.r-universe.dev",getOption("repos")))

or by using remotes:

if (!require("remotes"))install.packages("remotes")remotes::install_github("nflverse/nfl4th")

Features

Current limitations

There are some edge cases that are not accounted for. These shouldonly make a marginal difference to the recommendations as they arelargely edge cases (e.g. the possibility for a field goal to be blockedand returned).

Get Started

To get started with nfl4th please seethisarticle. Some examples of 4th down research using the packagecanbe found here.


[8]ページ先頭

©2009-2025 Movatter.jp