All Projects → sndmrc → BasketballAnalyzeR

sndmrc / BasketballAnalyzeR

Licence: other
R package

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to BasketballAnalyzeR

kenpompy
A simple yet comprehensive web scraper for kenpom.com.
Stars: ✭ 41 (+36.67%)
Mutual labels:  basketball-stats
clarktech-ncaab-predictor
A machine learning project to predict NCAA Men's Basketball outcomes
Stars: ✭ 24 (-20%)
Mutual labels:  basketball-stats

BasketballAnalyzeR

Contains data and code to accompany the book
P. Zuccolotto and M. Manisera (2020) Basketball Data Science. Applications with R. CRC Press. ISBN 9781138600799.

Developers

Marco Sandri, Paola Zuccolotto, Marica Manisera
Big and Open Data Innovation Laboratory (BODaI-Lab)
https://bodai.unibs.it/
University of Brescia, Italy

Installation

# From CRAN:
install.packages("BasketballAnalyzeR")

# From Github (development version):
install.packages("devtools")
devtools::install_github("sndmrc/BasketballAnalyzeR"")

Warning

If you want to reproduce the figures contained in the book of Zuccolotto and Manisera (2020) and if the version of your R machine is >= 3.6.0, you need to type

RNGkind(sample.kind = "Rounding")

at the beginning of your working session.

Links

https://bdsports.unibs.it/basketballanalyzer/
https://cran.r-project.org/web/packages/BasketballAnalyzeR/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].