Finds the mode of a vector X. Astonishingly, this is not a standard R function.

modeSelektor(x)

Arguments

x

data vector

Value

mode value and index.

References

https://www.modeselektor.com

https://stackoverflow.com/questions/2547402/is-there-a-built-in-function-for-finding-the-mode

Author

Julien Emile-Geay