Learn R Programming

hadron (version 3.1.2)

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.

l

Block length.

Value

Returns a numeric vector with the estimated standard error of the mean.