Package 'fastrmodels'

Title: Models for the 'nflfastR' Package
Description: A data package that hosts all models for the 'nflfastR' package.
Authors: Sebastian Carl [cre, aut], Ben Baldwin [aut]
Maintainer: Sebastian Carl <[email protected]>
License: MIT + file LICENSE
Version: 1.0.2.9004
Built: 2024-09-03 05:20:50 UTC
Source: https://github.com/nflverse/fastrmodels

Help Index


nflfastR Completion Probability Model

Description

nflfastR Completion Probability Model

Usage

cp_model

Format

A xgb.Booster

Source

See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.


nflfastR Expected Points Model

Description

nflfastR Expected Points Model

Usage

ep_model

Format

A xgb.Booster

Source

See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.


nflfastR Field Goal Model

Description

nflfastR Field Goal Model

Usage

fg_model

Format

A generalized additive model (GAM)

Source

See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.


nflfastR Win Probability Model

Description

nflfastR Win Probability Model

Usage

wp_model

Format

A xgb.Booster

Source

See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.


nflfastR Win Probability Model (including Spread)

Description

nflfastR Win Probability Model (including Spread)

Usage

wp_model_spread

Format

A xgb.Booster

Source

See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.


nflfastR Expected Pass Model

Description

nflfastR Expected Pass Model

Usage

xpass_model

Format

A xgb.Booster

Source

See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.


nflfastR Expected Yards after Catch Model

Description

nflfastR Expected Yards after Catch Model

Usage

xyac_model

Format

A xgb.Booster

Source

See https://www.opensourcefootball.com/posts/2020-09-28-nflfastr-ep-wp-and-cp-models/ for the code to build the model.