Computes the standard error of the mean of a numeric vector as round(sqrt(var(x)/length(x)), 3)
Arguments
- x
A numeric vector.
Details
The function removes NA values before computing the standard error, and rounds the result to 3 decimal places.
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(),
statistical_mode(),
thinning(),
thinning_til_n()
Examples
standard_error(x = runif(10))
#> [1] 0.071