View source: R/otherfunctions.R
mode_vec | R Documentation |
Mode
mode_vec(x, na.rm = FALSE)
x |
Vector to find mode |
na.rm |
na rm |
mode
x <- c(1, 2, 3, 1, 2, 3, 3)
mode_vec(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.