Bootstrap Estimation
stats_bootstrap(x, do, probs = c(0.05, 0.95), n = 1000, na.rm = FALSE, ...)
A vector.
A function
that takes x
as an argument
and returns a single numeric value.
A non-negative integer
giving the number of bootstrap
replications.
A logical
scalar: should missing values be removed
from x
before the quantiles are computed?
Extra arguments passed to do
.
A numeric
vector with the following elements:
Minimum value.
Mean value.
Maximum value.
Sample quantile to * probability.