Obox {BasketballAnalyzeR} | R Documentation |
Opponents box scores dataset - NBA 2017-2018
Description
In this data frame cases (rows) are teams and variables (columns) are referred to achievements of the opponents in the NBA 2017-2018 Championship
Usage
Obox
Format
A data frame with 30 rows and 23 variables:
- Team
Analyzed team, character
- GP
Games Played, numeric
- MIN
Minutes Played, numeric
- PTS
Points Made, numeric
- W
Games won, numeric
- L
Games lost, numeric
- P2M
2-Point Field Goals (Made), numeric
- P2A
2-Point Field Goals (Attempted), numeric
- P2p
2-Point Field Goals (Percentage), numeric
- P3M
3-Point Field Goals (Made), numeric
- P3A
3-Point Field Goals (Attempted), numeric
- P3p
3-Point Field Goals (Percentage), numeric
- FTM
Free Throws (Made), numeric
- FTA
Free Throws (Attempted), numeric
- FTp
Free Throws (Percentage), numeric
- OREB
Offensive Rebounds, numeric
- DREB
Defensive Rebounds, numeric
- AST
Assists, numeric
- TOV
Turnovers, numeric
- STL
Steals, numeric
- BLK
Blocks, numeric
- PF
Personal Fouls, numeric
- PM
Plus/Minus, numeric
Author(s)
Marco Sandri, Paola Zuccolotto, Marica Manisera (basketballanalyzer.help@unibs.it)
References
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.