View source: R/Mode_Functions.R
Mode_numeric | R Documentation |
This function returns the mode of a numeric vector(x).
Mode_numeric(x)
x |
A vector of values for which the Mode(x) is computed. x must be a vector of numeric values, missing values are dropped from computations; for character data use Mode.alpha(). |
a numeric value, the mode of x
x <- c(5,4,7,3,5,8,4,1,3,5,7,2,6,4,6,4,5,5,5,7,4,5,8,6,5)
Mode_numeric(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.