fn_mode: Calculating mode value of a vector

Description Usage Arguments Value Author(s) Examples

View source: R/functions.R

Description

The function returns the mode of a vector. The vector can be of any datatype ie. numerical or categorical.

Usage

1

Arguments

x

a vector of string or number

Value

The function returns the mode value of the input vector.

Author(s)

Arya Poddar <aryapoddar290990@gmail.com>

Examples

1
fn_mode(c(1,2,3,1,4,1,7))

scorecardModelUtils documentation built on May 2, 2019, 9:59 a.m.