Computes the mode of a numeric or character vector
Arguments
- x
Numeric or character vector.
Value
Statistical mode of x.
See also
Other utilities:
.vif_to_df(),
auc(),
beowulf_cluster(),
objects_size(),
optimization_function(),
prepare_importance_spatial(),
rescale_vector(),
root_mean_squared_error(),
setup_parallel_execution(),
standard_error(),
thinning(),
thinning_til_n()
Examples
statistical_mode(x = c(10, 9, 10, 8))
#> [1] 10