Description Usage Arguments Value
Resampling bootstrap of a vector for a given function.
1 | boot_func(vec, func, resamples = 100L)
|
vec |
Vector to bootstrap resample from. |
func |
Function to call on the samples. |
resamples |
How many resamples to do. |
Returns vector of length resamples
, each from func
applied to a bootstrap resample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.