Description Usage Arguments Value Examples
Use bootstrapping to produce a sampling distribution for a given sample
1 |
iter |
number of times to resample the provided sample |
x |
the original sample you wish to bootstrap |
fun |
either a string for an r function or a function pointer to a user-defined function to examine the samples |
alpha |
the cutoff for the tails in the returned confidence interval |
... |
a list of the confidence interval, your chosen function, and the sample
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.