std_error()
computes the
standard error
of the sample mean.
Arguments
- x
A
numeric
vector with the sample data.
Details
The standard error
can be estimated by the standard deviation of the sample
(
See also
Other statistical functions:
cut_interval_mean()
,
remove_outliers()
,
test_outlier()
Examples
1:100 |> std_error() |> round(5)
#> [1] 2.90115
#> [1] 2.90115 # Expected