powered by
Inequality analysis
inequality(data, nplayers)
numeric vector containing the achievements (e.g. scored points) of the players whose inequality has to be analyzed.
integer, number of players to include in the analysis (ranked in nondecreasing order according to the values in data).
A list with the following elements: Lorenz (cumulative distributions used to plot the Lorenz curve) and Gini (Gini coefficient).
Lorenz
Gini
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.
plot.inequality
# NOT RUN { Pbox.BN <- subset(Pbox, Team=="Brooklyn Nets") out <- inequality(Pbox.BN$PTS, nplayers=8) print(out) plot(out) # }
Run the code above in your browser using DataLab