Description Usage Arguments Value Author(s) References See Also Examples
View source: R/is.variability.R
Reports whether x is a 'variability' object
1 |
x |
an object to test. |
Returns TRUE if its argument is of class variability
and FALSE otherwise.
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 2 3 4 5 | Pbox.BC <- subset(Pbox, Team=="Oklahoma City Thunder" & MIN >= 500,
select=c("P2p","P3p","FTp","P2A","P3A","FTA"))
out <- variability(data=Pbox.BC, data.var=c("P2p","P3p","FTp"),
size.var=c("P2A","P3A","FTA"), weight=TRUE)
is.variability(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.