BasketballAnalyzeR is an R package that accompanies the book:
P. Zuccolotto and M. Manisera (2020) Basketball Data Science – With Applications in R, Chapman and Hall/CRC. ISBN 9781138600799. It has been developed by Marco Sandri, Paola Zuccolotto, Marica Manisera (Big&Open Data Innovation Laboratory BODaI-Lab, University of Brescia) and provides functions for analysis and visualization of Basketball Data. This web page gives details and information about the package. |
Overview of the book (Chapter Abstracts)
Everything you need to know about this book: codes for reproducing the case studies presented throughout the book with Basketball Data Science – with applications in R Codes for reproducing the case studies presented throughout the book with
|
Authors have invested a lot of time and effort in creating this package. Please give credit and cite BasketballAnalyzeR
when you use it for data analysis.
BasketballAnalyzeR
: analysis and visualization of basketball data.BasketballAnalyzeR
, in: Zuccolotto P. and Manisera M., Basketball Data Science – with Applications in R. Chapman and Hall/CRC, Chapter 6.BasketballAnalyzeR
: the R package for basketball analytics. Proceedings of the Conference Smart Statistics for Smart Applications (SIS 2019), Università Cattolica del Sacro Cuore, Milan, 19st-21st June 2019, 395 – 402.Download BibTeX citations for the R package BasketballAnalyzeR
BasketballAnalyzeR
is on CRAN and github.
There are three alternative procedures, that can be optionally chosen by the user.
install.packages("BasketballAnalyzeR")
and then press EnterBasketballAnalyzeR
package, write library(BasketballAnalyzeR)
and then press Enterexample(shotchart)
and then press EnterBasketballAnalyzeR
package, write library(BasketballAnalyzeR)
and then press Enterexample(shotchart)
and then press EnterWith this procedure the user can install the latest version of the package, with the most recent updates in development version, not yet implemented in the CRAN version of the package.
install.packages("devtools")
and then press Enterdevtools::install_github("sndmrc/BasketballAnalyzeR")
and then press EnterBasketballAnalyzeR
package, write library(BasketballAnalyzeR)
and then press Enterexample(shotchart)
and then press Enter
With BasketballAnalyzeR
the following packages are automatically installed: ggplot2, hexbin, plyr, dplyr, tidyr, rlang, magrittr, ggrepel, gridExtra, scales, MASS, directlabels, corrplot, ggplotify, network, sna, dendextend, circlize, PBSmapping, sp, operators, stringr, GGally, statnet, common, ggnetwork, readr
.
Send your questions to basketballanalyzer.help@unibs.it