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/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.