View source: R/statistical_mode.R
| statistical_mode | R Documentation |
Computes the mode of a numeric or character vector
statistical_mode(x)
x |
Numeric or character vector. |
Statistical mode of x.
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()
statistical_mode(x = c(10, 9, 10, 8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.