Learn R Programming

datasetsICR (version 1.0)

NBA.external: NBA.external dataset

Description

Basketball analytics (NBA regular season 2018-19)

Usage

data(NBA.external)

Arguments

Format

A data.frame with 530 rows on 10 variables.

Details

The dataset refers to the characteristics of 530 players for the NBA regular season 2018-19. They can be used ex-post to aid interpretation of clusters obtained by using the statistics in NBA.48. The variables are: PLAYER, FORWARD, CENTER, GUARD, ROOKIE, SOPHOMORE, VETERAN, 1ST ROUND, 2ND ROUND, UNDRAFTED.

References

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

See Also

NBA.48, NBA.game,NBA.efficiency

Examples

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

Run the code above in your browser using DataLab