Mode: Find the mode of a vector.

Description Usage Arguments

View source: R/Mode.R

Description

From Ken Williams' answer: https://stackoverflow.com/questions/2547402/is-there-a-built-in-function-for-finding-the-mode

Usage

1
Mode(x, all.modes = TRUE)

Arguments

x

a vector

all.modes

boolean that indicates whether multiple modes should be returned if they exist


mcfreund/mikeutils documentation built on May 27, 2021, 5:46 a.m.