Mode: computes the mode of an array

ModeR Documentation

computes the mode of an array

Description

returns the mode of a vector

Usage

Mode(x)

Arguments

x

vector to find mode of

Author(s)

Markus Loecher <Markus.Loecher@gmail.com>

Examples






Mode(rep(letters[1:3],1:3))


Mode(c(TRUE,TRUE,FALSE))


Mode(c(TRUE,TRUE,FALSE,FALSE))



rfVarImpOOB documentation built on July 1, 2022, 5:05 p.m.