View source: R/summarize_pbp_data.R
compute_average_plus_minus | R Documentation |
Compute the average plus minus for the reference team for a given chunk of pbp data
compute_average_plus_minus(dat, units = "minute")
dat |
pbp data |
units |
must be one of 'second', 'minute' (the default), 'game' |
the average plus minus for the reference team for the provided data
Other summarize_pbp_data:
compute_defensive_free_throw_rate()
,
compute_defensive_rebound_rate()
,
compute_defensive_turnover_rate()
,
compute_effective_defensive_fgp()
,
compute_effective_fgp()
,
compute_free_throw_rate()
,
compute_plus_minus()
,
compute_rebound_rate()
,
compute_turnover_rate()
,
estimate_team_possessions_basic()
,
estimate_team_possessions_custom()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.