Description Usage Arguments Value Examples
Find replacement-level QBs based on the first game of the season for each team
1 | find_game_one_replacement_QB(model_data_list)
|
model_data_list |
List of data frames:
|
Vector of Player_ID_Name values indicating the replacement level QBs given the input.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.