Mode {rfVarImpOOB} | R 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))
[Package rfVarImpOOB version 1.0.3 Index]