Description Usage Arguments Value Examples
Facilitates a bootstrap procedure. This may be used to make a number of plots, point, and interval estimates and useful output in the form of a list.
1 |
iter |
The number of iterations you would like for the function to sample. |
x |
A vector of values to pass in as the sample |
fun |
The name of the function you would like to apply. |
alpha |
The amount of confidence you would like, must be between 0 and 1 |
... |
Other arguments which will be passed to the hist() function for use with a plot. |
Returns the confidence interval, function, and original vector which was passed to x. This will be returned in the form of a vector.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.