bootstrap.meanerror: Compute the bootstrap error of the mean
Description
Compute the bootstrap error of the mean
Usage
bootstrap.meanerror(data, R = 400, l = 20)
Arguments
data
Original data to bootstrap
R
Number of bootstrap replicates.
Value
Returns a numeric vector with the estimated standard error
of the mean.