get_mode_for_vec {valueEQ5D} | R Documentation |
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
get_mode_for_vec(c(1, 1, 2, 3))
[Package valueEQ5D version 0.7.2 Index]