Functions to calculate standard errors of different statistics. The availability of a standard error (or statistic proportional to it) allows to apply "stud" (bootstrap t) bootstrap.
se_mean(z, na.rm = TRUE, ...)
se_mean_diff(z, y, na.rm = TRUE, var.equal = FALSE, ...)
se_var(z, na.rm = TRUE, ...)
se_proportion(z, na.rm = TRUE, ...)
A numeric vector of length one.
se_mean(1:100)
#> [1] 2.901149