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/mfutils documentation built on Feb. 6, 2022, 4:57 a.m.