calc_mode | R Documentation |
Computation of the mode.
calc_mode(x)
x |
A vector |
A vector with the computed mode(s).
table(mtcars$cyl)
calc_mode(mtcars$cyl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.