Description Usage Arguments Details Value Examples
Runs a bootstrap simulation to create a confidence interval
1 |
iter |
the number of samples to take for a bootstrap simulation, default 10000 |
x |
a vector containing the population |
fun |
a character string with the name of the function to be examined, default is "mean" |
alpha |
the parameter determining the confidence level of the interval to 1-alpha percent, default is 0.05 |
cx |
a character expansion factor applied to the text added to the histogram |
... |
a series of parameters passed to the hist() call that generates the histogram |
Given a vector containing the population, creates iter random samples and runs a bootstrap to create a confidence interval of (1-alpha)
ci, the confidence interval
x, the input population
fun, the function being examined
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.