Learn R Programming

datasetsICR (version 1.0)

NBA.game: NBA.game dataset

Description

Basketball analytics (NBA regular season 2018-19)

Usage

data(NBA.game)

Arguments

Format

A data.frame with 530 rows on 29 variables.

Details

The dataset refers to the statistics of 530 players registered in the NBA regular season 2018-19. The variables are: PLAYER, TEAM, AGE, GP (Games Played), W (Wins), L (Losses), MIN (Minutes Played), PTS (Points), FGM (Field Goals Made), FGA (Field Goals Attempted), FG. (Field Goal Percentage), X3PM (3 Point Field Goals Made), X3PA (3 Point Field Goals Attempted), X3P. (3 Point Field Goals Percentage), FTM (Free Throws Made), FTA (Free Throws Attempted), FT. (Free Throw Percentage), OREB (Offensive Rebounds), DREB (Defensive Rebounds), REB (Rebounds), AST (Assists), TOV (Turnovers), STL (Steals), BLK (Blocks), PF (Personal Fouls), FP (Fantasy Points), DD2 (Double doubles), TD3 (Triple doubles), X... (Plus Minus).

References

Giordani, P., Ferraro, M.B., Martella, F.: An Introduction to Clustering with R. Springer, Singapore (2020)

See Also

NBA.48,NBA.external, NBA.efficiency

Examples

Run this code
# NOT RUN {
data(NBA.game)
# }

Run the code above in your browser using DataLab