Learn R Programming

boot (version 1.2-10)

boot-arrays: Bootstrap Arrays

Description

Construct bootstrap index arrays

Usage

antithetic.array(n, R, L, strata)
anti.arr(n, R, L, inds=1:n)
balanced.array(n, R, strata)
extra.array(n, R, m, strata=rep(1,n))
importance.array(n, R, weights, strata)
importance.array.bal(n, R, weights, strata)
index.array(n, R, sim, strata=rep(1,n), m=0, L=NULL, weights=NULL)

Arguments

Details

These are internal functions used to construct bootstrap arrays which are called by boot. They should not be called by the user.

See Also

boot