Learn R Programming

valueEQ5D (version 0.7.2)

get_mode_for_vec: Function to return mode

Description

Function to return mode

Usage

get_mode_for_vec(v)

Arguments

v

a vector

Value

mode if success -1 for failure

Examples

Run this code
# NOT RUN {
get_mode_for_vec(c(1, 1, 2, 3))
# }

Run the code above in your browser using DataLab