Description Usage Arguments Value Examples
Returns the mode of a vector
1 | sample_mode(x, na.rm = FALSE)
|
x |
A list of values |
na.rm |
Should NAs be removed? FALSE by default |
Returns the mode of x, either a numeric if x is a list of numerics, or a character if x is a list of characters
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.