find_game_one_replacement_QB: Find replacement-level QBs based on the first game of the...

Description Usage Arguments Value Examples

Description

Find replacement-level QBs based on the first game of the season for each team

Usage

1

Arguments

model_data_list

List of data frames:

  • "pass_model_df" - Passing play-by-play data

  • "rush_model_df" - Rushing play-by-play data

  • "QB_table" - Table of QBs

  • "RB_table" - Table of RBs

  • "WR_table" - Table of WRs

  • "TE_table" - Table of TEs

Value

Vector of Player_ID_Name values indicating the replacement level QBs given the input.

Examples

1
2
3
4
# Find the replacement level QBs by asssuming all QBs that threw the first
# pass in the first game of the season are NFL level while all other QBs are
# replacement level:
replacement_QBs <- find_game_one_replacement_QB(model_data_list)

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