Description Usage Arguments Value Examples
Filter the Play-by-Play Data to Data for Modeling
1 | prepare_model_data(pbp_df)
|
pbp_df |
Play-by-play data frame. |
List of two data frames: (1) passing play-by-play data, and (2) rushing play-by-play data that has been filtered to only include plays used for modeling.
1 2 | # Create list of model data:
model_data_list <- pbp_df %>% prepare_model_data()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.