Description Usage Arguments Value Examples
Computes the mode of a numeric vector. R does not have a built in function for computing the mode (the most frequent value) in a vector of numeric values. This function (Note: Mode with a capital M) returns the mode.
1 | Mode(v)
|
v |
|
(numeric)
The mode as a numeric
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.