Description Usage Arguments Value
meanBoot is a support function for bootstrapping method.
Its main purpose is to compute a mean of a given samples from data
selected by indices
.
1 |
data |
is a vector of real-number values |
indices |
is a vector of TRUE/FALSE indices. It allows boot to select samples. |
This function returns a mean of values in data
that have values TRUE within indices
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.