mcval | R Documentation |
Computes all modes (most common value).
mcval(x, ...)
## Default S3 method:
mcval(x, ...)
## S3 method for class 'histogram'
mcval(x, exact = FALSE, ...)
compute_modes(x, ...)
mcv(x, ...)
x |
data object |
... |
further arguments |
exact |
logical: either compute the exact mode or use class mids (default: |
A vector of modes.
x <- sample(1:5, 15, replace=TRUE)
mcval(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.