View source: R/Mode_Functions.R
anti_Mode_alpha | R Documentation |
This function returns the anti-mode of a vector(x).
anti_Mode_alpha(x)
x |
A vector cinsiting of two character values for which the Mode(x) is computed. x must be a vector of character values, missing values are dropped from computations; for numeric data use Mode.numeric(). |
a character value, the value that is NOT the mode of x
x <- c("a","a","b","a","a","b")
anti_Mode_alpha(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.