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