Description Usage Arguments Value Author(s) References See Also Examples
View source: R/is.inequality.R
Reports whether x is a 'inequality' object.
1 |
x |
an object to test. |
Returns TRUE if its argument is of class inequality
and FALSE otherwise.
Marco Sandri, Paola Zuccolotto, Marica Manisera (basketball.analyzer.help@gmail.com)
P. Zuccolotto and M. Manisera (2020) Basketball Data Science: With Applications in R. CRC Press.
1 2 3 | Pbox.BN <- subset(Pbox, Team=="Brooklyn Nets")
out <- inequality(Pbox.BN$PTS, npl=8)
is.inequality(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.