estimate_passing_value_added: Calculate Player Effects for Passing Plays

Description Usage Arguments Value Examples

Description

Calculate Player Effects for Passing Plays

Usage

1
estimate_passing_value_added(pass_pbp_df, air_formula, yac_formula)

Arguments

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.

Value

List with the following:

Examples

1
2
passing_effects_list <- estimate_passing_value_added(pass_model_df, air_formula,
                                                     yac_formula, "scorediff")

ryurko/nflWAR documentation built on May 9, 2019, 7:37 a.m.