convert_prob_to_wins: Convert Probabilities to Wins

Description Usage Arguments Value Examples

Description

Convert Probabilities to Wins

Usage

1
convert_prob_to_wins(model_data_list)

Arguments

model_data_list

List that must have the following:

  • "QB_table" - Table of QBs

  • "RB_table" - Table of RBs

  • "WR_table" - Table of WRs

  • "TE_table" - Table of TEs

Value

The input position tables with WAR columns for air, yac, rush, and totals along with upper/lower bounds.

Examples

1
2
3
# Calculate the WAR values:
model_data_list <- model_data_list %>%
  convert_prob_to_wins(model_data_list)

ryurko/nflWAR documentation built on May 9, 2019, 7:37 a.m.