mmode | R Documentation |
Modal value. If there is more than one unique mode, all modal values are returned.
mmode(x)
x |
Numeric or character vector. |
Numeric or character vector.
x <- c(1, 2, 3, 3, 4, 5, 3, 1, 2)
mmode(x)
x <- c(1, 2, 3)
mmode(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.