mode | R Documentation |
Return the mode of numeric vector
mode(x)
x |
numeric vector |
numeric
## Not run:
library(cousepkg)
x <- c(1,2,3,4,4,5,5,5)
mode(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.