This dataset, warriors_2016, is a data frame containing game-by-game team statistics for the Golden State Warriors during the 2016 NBA season. It includes information on game location, opponent, win/loss outcome, points scored, and detailed shooting, rebounding, and other box score statistics for both the Warriors and their opponents.
Usage
data(warriors_2016)Format
A data frame with 82 observations and 33 variables:
- Game
Integer vector indicating the game number in the season
- Date
Factor w/ 82 levels indicating the date the game was played
- Location
Factor w/ 2 levels indicating whether the game was played at home or away
- Opp
Factor w/ 29 levels indicating the opposing team
- Win
Factor w/ 2 levels indicating whether the Warriors won or lost the game
- Points
Integer vector indicating the points scored by the Warriors
- OppPoints
Integer vector indicating the points scored by the opponent
- FG
Integer vector indicating the number of field goals made by the Warriors
- FGA
Integer vector indicating the number of field goals attempted by the Warriors
- FG3
Integer vector indicating the number of three-point field goals made by the Warriors
- FG3A
Integer vector indicating the number of three-point field goals attempted by the Warriors
- FT
Integer vector indicating the number of free throws made by the Warriors
- FTA
Integer vector indicating the number of free throws attempted by the Warriors
- Rebounds
Integer vector indicating the total rebounds by the Warriors
- OffReb
Integer vector indicating the offensive rebounds by the Warriors
- Assists
Integer vector indicating the assists by the Warriors
- Steals
Integer vector indicating the steals by the Warriors
- Blocks
Integer vector indicating the blocks by the Warriors
- Turnovers
Integer vector indicating the turnovers committed by the Warriors
- Fouls
Integer vector indicating the personal fouls committed by the Warriors
- OppFG
Integer vector indicating the number of field goals made by the opponent
- OppFGA
Integer vector indicating the number of field goals attempted by the opponent
- OppFG3
Integer vector indicating the number of three-point field goals made by the opponent
- OppFG3A
Integer vector indicating the number of three-point field goals attempted by the opponent
- OppFT
Integer vector indicating the number of free throws made by the opponent
- OppFTA
Integer vector indicating the number of free throws attempted by the opponent
- OppRebounds
Integer vector indicating the total rebounds by the opponent
- OppOffReb
Integer vector indicating the offensive rebounds by the opponent
- OppAssists
Integer vector indicating the assists by the opponent
- OppSteals
Integer vector indicating the steals by the opponent
- OppBlocks
Integer vector indicating the blocks by the opponent
- OppTurnovers
Integer vector indicating the turnovers committed by the opponent
- OppFouls
Integer vector indicating the personal fouls committed by the opponent
