Description Usage Arguments Examples
View source: R/stats.R
Get the statistical mode from a vector of values.
1
mymode(myvector)
myvector
a vector
1 2
salaries <- c(32000, 40000, 12000, 12000, 12000, 12000, 12000, 35000, 90000, 100000, 1000000) themode <- mymode(salaries)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.