Description Usage Arguments Value Examples
Calculate Rushing Statistics for Given Splits
1 | calculate_rushing_splits(rush_pbp, splits = "Rusher_ID_Name")
|
rush_pbp |
Data frame of rushing plays. |
splits |
String vector of variables to split on, default is "Rusher_ID_Name" (splits are levels to calculate the statistics for). |
Data frame of rushing statistics evaluated at the given level of splits.
1 2 3 | # Calculate receiving statistics :
model_data_list <- calculate_rushing_splits(model_data_list$pass_model_df,
"Rusher_ID_Name")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.