Learn R Programming

IPDFileCheck (version 0.8.1)

get_mode_from_vector: ############################################################################ Function to return mode

Description

############################################################################ Function to return mode

Usage

get_mode_from_vector(v)

Value

mode

Arguments

v

a vector

Examples

Run this code
get_mode_from_vector(c(1, 1, 2, 3))

Run the code above in your browser using DataLab