Description Usage Arguments Value Examples
Get the mode of a variable
1 | mode(x)
|
x |
= input variable |
mode
1 2 3 | df <- data.frame(year = 1970:2019,
catch = rnorm(50, 10, 2))
mode(df$catch)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.