bootstrap: bootstrap

View source: R/bootstrap.R

bootstrapR Documentation

bootstrap

Usage

bootstrap(values, n_sim = 1e+06, p = 0.05)

Arguments

values

vector of population values.

n_sim

number of simulations.

p

CI, '0.05 = 95

a list with mean and CI values. bootstrap ## Not run: values <- runif(1000, min = 0, max = 1) bootstrap(values, p = 0.05) ## End(Not run)


anderslaunerbaek/homemade documentation built on Sept. 18, 2022, 6:47 a.m.