Description Usage Arguments Value Examples
Calculate Player Effects for Passing Plays
1 | estimate_passing_value_added(pass_pbp_df, air_formula, yac_formula)
|
pass_pbp_df |
Play-by-play data set of passing plays. |
air_formula |
Formula for the air based component. |
yac_formula |
Formula for the yac based component. |
List with the following:
"air_model" - Model fit for air component
"yac_model" - Model fit for yac component
"QB_table" - Table of QB estimated random effects
"Rec_table" - Table of receiver estimated random effects
1 2 | passing_effects_list <- estimate_passing_value_added(pass_model_df, air_formula,
yac_formula, "scorediff")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.