powered by
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.
data
indices
meanBoot(data, indices)
This function returns a mean of values in data that have values TRUE within indices.
is a vector of real-number values
is a vector of TRUE/FALSE indices. It allows boot to select samples.