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