Mode: Function for calculating the mode of a vector

Description Usage Arguments Value Examples

View source: R/Mode.R

Description

Function for calculating the mode of a vector

Usage

1
Mode(x)

Arguments

x

vector af any length and type

Value

Most repeated value in the data. In case of ties, the first value is reported

Examples

1
Mode(c("a","b","a","b"))

DavidGarciaCallejas/DGC documentation built on May 6, 2019, 1:54 p.m.