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.
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")This package hosts the following models:
ep_model : the expected points model,wp_model : the win probability model,wp_model_spread : the win probability model that
includes pre-game spread lines,fg_model : the field goal model,cp_model : the completion probability model,xyac_model : the expected yards after the catch
model,xpass_model : the expected pass model.The models are open source and detailed descriptions can be found on Open Source Football.
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.