mode() returns the most frequent value in a vector.
If there are more than one mode, it returns all of them. If all values are
unique, it returns NA.
Arguments
- x
An
atomicvector.
Value
An atomic vector containing the mode(s) of
x.
See also
Other statistical functions.:
cohens_d(),
stats_summary()
