R/statistical_mode.R
statistical_mode.Rd
Computes the mode of a numeric or character vector
statistical_mode(x)
Numeric or character vector.
Statistical mode of x.
x
if(interactive()){ statistical_mode(c(10, 9, 10, 8)) }