calculate_above_replacement: Calculate Above Replacement Level

Description Usage Arguments Value Examples

Description

Calculate Above Replacement Level

Usage

1
calculate_above_replacement(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 iPAR columns for air, yac, rush, and totals along with upper/lower bounds.

Examples

1
2
3
# Calculate the player's value above replacement level:
model_data_list <- model_data_list %>%
  calculate_above_replacement(model_data_list)

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