meanBoot {EDOIF} | R Documentation |
meanBoot function
Description
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
.
Usage
meanBoot(data, indices)
Arguments
data |
is a vector of real-number values |
indices |
is a vector of TRUE/FALSE indices. It allows boot to select samples. |
Value
This function returns a mean of values in data
that have values TRUE within indices
.
[Package EDOIF version 0.1.3 Index]