Description Usage Arguments Value Source Examples
This function takes a vector and returns the statistical mode, i.e. the most common value the vector takes.
1 | stat_mode(x)
|
x |
vector. |
Most common value.
https://stackoverflow.com/questions/2547402/is-there-a-built-in-function-for-finding-the-mode
1 2 3 4 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.