Description Usage Arguments Value Examples
This is a small function that bootstraps mean and sd from a given vector. It requires the "boot" package to operate.
| 1 | 
| x | A vector of values to resample. | 
| type | Default is "mean", set to "sd" to calculate standard deviation. | 
| R | The number of times to resample x. | 
This function returns the mean or sd without any of the other characteristics returned by the boot() function.
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.