calc_mode_numeric: Calculate mode of numeric vector
Description
This function calculates the mode of a given numeric vector, and returns the smallest mode value if multiple modes exist.
Usage
calc_mode_numeric(x)
Value
Returns a numeric vector representing the mode value. Returns the smallest mode value if multiple modes exist, and NA if the vector is empty or contains non-numeric elements.