Learn R Programming

spatialRF (version 1.1.5)

statistical_mode: Statistical mode of a vector

Description

Computes the mode of a numeric or character vector

Usage

statistical_mode(x)

Value

Statistical mode of x.

Arguments

x

Numeric or character vector.

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

Run this code

statistical_mode(x = c(10, 9, 10, 8))

Run the code above in your browser using DataLab