inst/snippet/boot-norm06.R

# standard error
12 / sqrt(36)
# usual standard error estimates
sapply(S, sd) / sqrt(36)
# bootstrap standard errors
sd( ~ boot.mean | sample, data = Boots)
rpruim/fastR documentation built on Nov. 12, 2023, 12:26 p.m.