NBA Top Players Production and Value
By: Aditya Fuldeore
In this project, I compare top players from each NBA team, primarily through their scoring and offensive production, games played, team wins, and salary. I completed this project with R programming to filter and plot data, using the data to analyze if the player chosen is an ideal star player for their team, and if that player is a good fit to help the team win games. I analyzed Salary vs Scoring Production, Team Wins vs Games Played, Star Player Age vs Salary vs Team Success, and Assists vs Rebounds vs Points. I made two plots split by teams with 31 or more wins and teams with 30 or less wins, to separate by successful and unsuccessful teams throughout the project for each analysis.
*Salary in millions, rounded to nearest hundred thousands
*Statistics and age from Basketball-Reference.com website. Data used is from the 2019-2020 NBA season through the March 11, 2020 COVID–19 stoppage
Salary vs Scoring Production
Theory: Points Per Minute and Salary (in Millions) have a linear relation (best-fit line).
- Best for the team and player if players who score more points per minute make more money.
- Plots: To the right of the best-fit line, a player’s contract is usually more advantageous for the player since they would make more money despite scoring less points per minute. To the left, it is more advantageous for the team since the player would make less money despite scoring more points per minute.
Salary vs Scoring Production
*The line added into the plot relates every 0.1 points per minute to 10 million dollars, starting at 0.5 points per minute. This is an ideal relation and line of best fit found when comparing the data. Scoring one whole point per minute would equate to 50 million dollars a year, as per the line, while scoring 0.6 points per minute would equate to 10 million dollars a year. For example: If a player scores 25 points in 25 minutes, the ideal contract for both the team and player would be 50 million dollars per year. There are exceptions: if a player scores 5 points in only 5 minutes, they would not be deserving of a 50 million dollar contract, as there is not a large enough sample size for this player. The line starts at 0.5 points per minute, as someone scoring less than half a point per minute would not be scoring enough to be considered a star player for their team, since the majority of top players score more than 0.5 points per minute, and only top players are being compared here.
Teams with 30 or less wins(16 teams):
Points Per Minute vs Salary Analysis: Plot 1
Teams with more than 30 wins(14 teams):
Points Per Minute vs Salary Analysis: Plot 2
Salary vs Scoring Production Summary
These plots only account for points scored, but there are other variables to consider in order to explain these plots. For instance, injuries may have impacted a few of the players. Additionally, the age of a player could show veteran experience and prior success, which could have led to a higher salary. Lastly, a few players to the right of the line in the plots could be better at rebounding, getting assists, or defense rather than scoring, which these plots analyzed. For example, Chris Paul scores less points per minute than most players, but he has a reputation for being one of the best passers in the NBA, as he has consistently been among league leaders in assists throughout his career.
Team Wins vs Games Played
Theory: Players further to the top right or bottom left of the plot are more essential to the team’s success.
- Players that play in more games and get less wins may not be capable of being stars for their team. Similarly, if a team has more wins while the player has not played in many games, that player may not be necessary for the team to win. The most ideal relationship would be 1 Game Played = 1 Team Win.
Teams with 30 or less wins(16 teams):
Wins vs Games Played Analysis: Plot 1
Teams with more than 30 wins(14 teams):
*This plot is more zoomed in than the previous plot since all players played more than 40 games
Wins vs Games Played Analysis: Plot 2
Team Wins vs Games Played Summary
It would be most beneficial for any team to have their star player on the right side of the plot, as it would show that the team gets wins, with or without their star player. On the other hand, a player would want to be on the bottom left or top right, to show their team that they are key to the team’s success and ask for a higher-paying contract. The players on teams with more wins tend to show less of a direct relationship between wins and games played, likely because they have other players to carry the burden, explaining their success. On the other hand, the unsuccessful teams have more of a direct win to games played relationship, which may mean they have to acquire supporting players for their stars.
Star Player Age, Salary, Team Success
Theory: A younger player is likely to have a smaller salary and be on a team with less wins.
*Salary = size of the dot.
- It is better for the team if the player is closer to the top left of the plot and has a smaller dot size (smaller salary).
*Pelicans and Kings stars, Brandon Ingram and De’Aaron Fox, have the same age(22), the same amount of wins(28), and they have close salaries, Fox makes 6.4 million, Ingram makes 7.3 million
Teams with 30 or less wins(16 teams):
Age, Salary, Wins Analysis: Plot 1
Teams with more than 30 wins(14 teams):
Age, Salary, Wins Analysis: Plot 2
Star Player Age, Salary, Team Success Summary
These plots show that younger players are paid less, which is likely because they are on rookie contracts. They also show that older stars are usually the ones that make the most money, which can be attributed to their past success. Lastly, they also show that the teams with older stars likely have more wins, which is more evident amongst the plot with the 16 unsuccessful teams. The outliers to these insights could be the result of injuries, or cases where the teams made a bad decision and “overpaid” a player.
Assists vs Rebounds vs Points
Theory: The ideal star for a team would be further to the right, top, and have a larger dot, meaning they would have more rebounds, more assists, and more points scored per game.
*Points Per Game = size of the dot.
- Players further to the top could be rebounding specialists, players further to the right could be passing specialists, and players with larger dots could be scoring specialists.
- It is more likely to get a well-balanced player who is a high scorer, and is in the middle for assists and rebounds per game.
Teams with 30 or less wins(16 teams):
RPG = Rebounds Per Game
APG = Assists Per Game
PPG = Points Per Game
APG vs RPG vs PPG Analysis: Plot 1
APG vs RPG vs PPG Analysis: Plot 1 (cont.)
Teams with more than 30 wins(14 teams):
APG vs RPG vs PPG Analysis: Plot 2
Assists vs Rebounds vs Points Summary
In general, the more successful teams have more well-balanced stars, while less successful teams have more players that specialize in an aspect of the game. An ideal star excels in all 3 categories: points, assists, and rebounds, but this is not always the case. The players that are not clumped in the center of the plots either specialize in one aspect of the game (Nikola Vucevic, Joel Embiid, Ja Morant, Derrick Rose), or they are ideal stars (Trae Young, Lebron James).
Bonus
Same graph, but colors sorted by position: Centers and Power Forwards are further up, showing they specialize in rebounds, while Point Guards and Shooting Guards are further to the right, showing they specialize in assists. Small Forwards are the most balanced position.
*More specialists
*Well-balanced players at all positions
Final Analysis
Through these plots, it is apparent some of these players may not be ideal star players for their teams. Stephen Curry is one such player, but he is an exception due to his injury. Lamarcus Aldridge and RJ Barrett are two players that may not be ideal stars for their team. Demar DeRozan may be a better star for the San Antonio Spurs than Aldridge, while Julius Randle may be a better star for the New York Knicks over RJ Barrett. We can compare DeRozan to Aldridge and Randle to Barrett through the Points Per Minute vs Salary plot analyzed first to see if they would be better stars in at least the scoring and salary aspect.
Final Analysis
Overall Summary of Insights
Overall Summary of Insights (cont.)
Conclusion
In general, a seemingly obvious insight can be derived: successful teams have more ideal stars than unsuccessful teams. Diving deeper, the plots can be used to decide which players are worth getting paid, which players can be considered stars, and which teams are in the best position to succeed with their star. However, there were caveats to this analysis. Offensive statistics were used in this analysis, not defensive, so it is possible some players that did not come out favorable here are valued better defensively. Additionally, player stats could be hurt by injuries, and overall team wins could also be hurt by the fact that multiple top players on that team were injured. The Golden State Warriors are a good example of that, as they won the least games in the league because star Stephen Curry was injured the majority of the season, and their next best player, Klay Thompson, was also out the entire season. This was shown by the fact that the Warriors and Curry were outliers on multiple plots. Overall, injuries and the fact that primarily offensive stats were used could have skewed some of the insight, but the data is still an effective way of determining player value from their offensive production.