Description Usage Arguments Value Examples
Calculate Player Effects for Rushing Plays
1 | estimate_rushing_value_added(rush_pbp_df, qb_rush_formula, main_rush_formula)
|
rush_pbp_df |
Play-by-play data set of passing plays. |
qb_rush_formula |
Formula for QB rushing/sacks. |
main_rush_formula |
Formula for non-QB rushing. |
List with the following:
"qb_rush_model" - Model fit for air component
"main_rush_model" - Model fit for yac component
"QB_table" - Table of QB estimated random effects
"Rush_table" - Table of rusher estimated random effects
1 2 | rushing_effects_list <- estimate_rushing_value_added(rush_model_df, qb_rush_formula,
main_rush_formula, "scorediff")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.