fn_mode {scorecardModelUtils} | R Documentation |
The function returns the mode of a vector. The vector can be of any datatype ie. numerical or categorical.
fn_mode(x)
x |
a vector of string or number |
The function returns the mode value of the input vector.
Arya Poddar <aryapoddar290990@gmail.com>
fn_mode(c(1,2,3,1,4,1,7))