README.md

fastrmodels

CRAN
status CRAN
downloads Dev
status R build
status nflverse
support

The R package fastrmodels is a lower level data-only package that includes all models required by the nflfastR package. Since the models take up significant file size, they have been swapped out of the nflfastR package.

Installation

You can install the released version of fastrmodels from CRAN with:

install.packages("fastrmodels")

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

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

or prebuilt from the development repo with:

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

About the Models

This package hosts the following models:

The models are open source and detailed descriptions can be found on Open Source Football.



mrcaseb/fastrmodels documentation built on Jan. 25, 2024, 5:51 p.m.