| nba_four_factors | R Documentation |
Dean Oliver's "Four Factors" of winning basketball, as a tidy tibble (one row per input element): effective field-goal percentage, turnover percentage, offensive-rebound percentage and free-throw rate.
nba_four_factors(fgm, fg3m, fga, fta, ftm, oreb, tov, opp_dreb)
fgm, fg3m, fga, fta, ftm, oreb, tov |
Team box-score totals. |
opp_dreb |
Opponent defensive rebounds (for offensive-rebound percentage). |
A tibble with columns efg_pct, tov_pct, oreb_pct, ft_rate.
Other Basketball Analytics Utilities:
espn_basketball_player_core(),
nba_add_advanced_metrics(),
nba_assist_pct(),
nba_assist_to_turnover(),
nba_defensive_rating(),
nba_effective_fg_pct(),
nba_ft_rate(),
nba_game_score(),
nba_net_rating(),
nba_offensive_rating(),
nba_oreb_pct(),
nba_pace(),
nba_per_minutes(),
nba_per_possessions(),
nba_possessions(),
nba_true_shooting_pct(),
nba_turnover_pct(),
nba_usage_rate()
nba_four_factors(fgm = 40, fg3m = 12, fga = 88, fta = 25, ftm = 20,
oreb = 10, tov = 13, opp_dreb = 33)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.