find_mode: This function finds the mode value from a vector

Description Usage Arguments Value Author(s) Examples

View source: R/find-mode.R

Description

This function finds the mode value from a vector

Usage

1

Arguments

x

A vector of values

Value

A mode value from the given vector

Author(s)

Som Bohora

Examples

1
find_mode(c(2,2,3,2,5,5,5,5,6,7))

sbohora/Somya documentation built on May 14, 2019, 7:35 a.m.