arlc_calculate_mode | R Documentation |
This function calculates the mode of a vector.
arlc_calculate_mode(x)
x |
A vector. |
The mode of the vector.
arlc_calculate_mode(c(1, 2, 2, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.