Description Usage Arguments Value Author(s) References See Also Examples
View source: R/is.fourfactors.R
Reports whether x is a 'fourfactors' object
1 |
x |
an object to test. |
Returns TRUE if its argument is of class fourfactors
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 | selTeams <- c(2,6,10,11)
out <- fourfactors(Tbox[selTeams,], Obox[selTeams,])
is.fourfactors(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.