statmode | R Documentation |
Compute the mode
statmode(x, na.rm = FALSE)
x |
A vector with numeric or character values |
na.rm |
Specify if NA should be removed |
A value with the statistical mode
data(whisky_collection)
statmode(whisky_collection$RATING)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.