powered by
limits.percentile(x, probs = c(0.025, 0.975), ...) limits.t(x, probs = c(0.025, 0.975))
bootstrap
c(0.025, 0.975)
quantile.resample
quantile
probs
bootstrap2
mydata <- data.frame(a = runif(40), b = rnorm(40)) boot1 <- bootstrap(mydata, colMeans) limits.t(boot1) limits.percentile(boot1)
Run the code above in your browser using DataLab