| warriors_2019 | R Documentation |
This dataset, warriors_2019, is a data frame containing game-by-game team statistics for the Golden State Warriors during the 2019 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.
data(warriors_2019)
A data frame with 82 observations and 33 variables:
Integer vector indicating the game number in the season
Factor w/ 82 levels indicating the date the game was played
Factor w/ 2 levels indicating whether the game was played at home or away
Factor w/ 29 levels indicating the opposing team
Factor w/ 2 levels indicating whether the Warriors won or lost the game
Integer vector indicating the points scored by the Warriors
Integer vector indicating the number of field goals made by the Warriors
Integer vector indicating the number of field goals attempted by the Warriors
Integer vector indicating the number of three-point field goals made by the Warriors
Integer vector indicating the number of three-point field goals attempted by the Warriors
Integer vector indicating the number of free throws made by the Warriors
Integer vector indicating the number of free throws attempted by the Warriors
Integer vector indicating the total rebounds by the Warriors
Integer vector indicating the offensive rebounds by the Warriors
Integer vector indicating the assists by the Warriors
Integer vector indicating the steals by the Warriors
Integer vector indicating the blocks by the Warriors
Integer vector indicating the turnovers committed by the Warriors
Integer vector indicating the personal fouls committed by the Warriors
Integer vector indicating the points scored by the opponent
Integer vector indicating the number of field goals made by the opponent
Integer vector indicating the number of field goals attempted by the opponent
Integer vector indicating the number of three-point field goals made by the opponent
Integer vector indicating the number of three-point field goals attempted by the opponent
Integer vector indicating the number of free throws made by the opponent
Integer vector indicating the number of free throws attempted by the opponent
Integer vector indicating the total rebounds by the opponent
Integer vector indicating the offensive rebounds by the opponent
Integer vector indicating the assists by the opponent
Integer vector indicating the steals by the opponent
Integer vector indicating the blocks by the opponent
Integer vector indicating the turnovers committed by the opponent
Integer vector indicating the personal fouls committed by the opponent
The dataset name has been kept as 'warriors_2019' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the sportsR package and assists users in identifying its specific characteristics.
Data taken from the Lock5Data package version 4.0.1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.