Description Usage Arguments Value Author(s) References See Also Examples
View source: R/PbPmanipulation.R
Adapts the standard file supplied by BigDataBall to the format required by BasketballAnalyzeR
1 |
data |
a play-by-play data frame supplied by BigDataBall. |
A play-by-play data frame.
The data frame generated by PbPmanipulation
has the same variables of PbP.BDB
(when necessary, coerced from one data type to another, e.g from factor to numeric) plus the following five additional variables:
periodTime
, time played in the quarter (in seconds)
totalTime
, time played in the match (in seconds)
playlength
, time since the immediately preceding event (in seconds)
ShotType
, type of shot (FT, 2P, 3P)
oppTeam
, name of the opponent team
Marco Sandri, Paola Zuccolotto, Marica Manisera (basketballanalyzer.help@unibs.it)
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.
1 | PbP <- PbPmanipulation(PbP.BDB)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.