Do NBA Draft Picks Matter? Exploring Player Minutes with ANOVA
Module
Please note that these material have not yet completed the required pedagogical and industry peer-reviews to become a published module on the SCORE Network. However, instructors are still welcome to use these materials if they are so inclined.
Introduction
Each year, the National Basketball Association (NBA) holds a draft, where prospective basketball players are able to be chosen to join one of the 30 professional teams across the United States and Canada.
The draft is comprised of 60 players and takes place over two rounds of 30 selections. Teams pick players in an order based on performance from the previous season, with teams that performed poorly getting earlier picks in order to create a seemingly more level playing field. It is important to note that there were not always 30 players selected in each round; the number made its way up to 30 as more teams were added into the NBA.
This activity focuses on players selected in the first round of the NBA Draft between 1990 and 2021. Students compare three groups of first-round picks: picks 1–10, picks 11–20, and picks 21–30. The response variable is average career minutes played per game.
The main research question is:
Is there evidence that average career minutes per game differs among NBA players selected with picks 1–10, picks 11–20, and picks 21–30 in the first round of the draft?
Students use graphical summaries and one-way ANOVA to compare average career minutes per game across the three draft-pick groups. They also consider whether the ANOVA conditions are reasonable and how choices such as the response variable and draft-pick grouping affect the conclusions that can be drawn.
Data
The nba_draft data set includes players selected in the NBA Draft between 1990 and 2021. Each row represents one drafted player and includes information about the player’s draft position, team, and NBA career statistics. Some players’ careers were still ongoing when the data were collected.
Variable Descriptions
| Variable | Description |
|---|---|
| draft_pick | Overall pick number at which the player was selected in the NBA Draft |
| team | NBA team that drafted the player |
| player_name | Name of the player selected |
| college | College the player attended; may be NA for players drafted from high school, international leagues, or other paths |
| years_played | Number of years the player spent in the NBA |
| games_played | Number of games the player played in the NBA |
| total_mins_played | Total minutes the player played in the NBA |
| total_pts | Total points the player scored in the NBA |
| total_rebounds | Total rebounds the player recorded in the NBA |
| total_assists | Total assists the player recorded in the NBA |
| fg_percent | Field goal percentage during the player’s NBA career |
| three_pt_percent | Three-point field goal percentage during the player’s NBA career |
| ft_percent | Free throw percentage during the player’s NBA career |
| draft_year | Year the player was drafted |
| mins_per_game | Average number of minutes played per game during the player’s NBA career |
| pts_per_game | Average number of points scored per game during the player’s NBA career |
| rebounds_per_game | Average number of rebounds per game during the player’s NBA career |
| assists_per_game | Average number of assists per game during the player’s NBA career |
| round_picked | Round in which the player was selected; this module focuses on first-round picks |
| pick_in_round | Pick number within the round in which the player was selected |
| draft_pick_group | First-round draft-pick group used in this activity: picks 1–10, picks 11–20, or picks 21–30 |
Download nba_draft.csv
Data Source
The data are sourced from Kaggle and include draft information and NBA career statistics for drafted players.
Materials
“By-hand” worksheet
R/Quarto worksheet
Python notebook worksheet
Acknowledgements
Thumbnail Image credits:
- Bitar, E. (2022, May 19). The last 40 No. 1 overall picks in the NBA Draft: LeBron James, Shaquille O’Neal and Tim Duncan represent this list. Fadeaway World. https://fadeawayworld.net/the-last-40-no-1-overall-picks-in-the-nba-draft-lebron-james-shaquille-oneal-and-tim-duncan-represent-this-list