join_position_statistics: Join Various Statistics to the Position Tables

Description Usage Arguments Value Examples

Description

Join Various Statistics to the Position Tables

Usage

1
join_position_statistics(model_data_list)

Arguments

model_data_list

List that must have the following:

  • "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

The input position tables with all the different types of statistics included.

Examples

1
2
3
# Calculate the various types of statistics for each position:
model_data_list <- model_data_list %>%
  join_position_statistics(model_data_list)

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