meanBoot: meanBoot function

Description Usage Arguments Value

View source: R/getConfInv.R

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

1
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.


EDOIF documentation built on March 28, 2021, 9:11 a.m.