most | R Documentation |
most
extracts the most frequent value (mfv; mode) of a numeric vector.
most(x)
x |
vector (numeric or integer) |
This is a convenience function to get the mode of a (numeric) vector.
mode most frequent value
most(c(1,1,2))
most(mtcars$cyl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.