inst/snippet/dimes-boot03.R

# normality check
gf_qq( ~ boot.mean, data = Dimes.boot)
SE <- sd( ~ boot.mean, data = Dimes.boot); SE
# confidence interval
x.bar + 1.96 * c(0, 1) * SE
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.