boot-arrays               package:boot               R Documentation

_B_o_o_t_s_t_r_a_p _A_r_r_a_y_s

_D_e_s_c_r_i_p_t_i_o_n:

     Construct bootstrap index arrays

_U_s_a_g_e:

     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)

_D_e_t_a_i_l_s:

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

_A_u_t_h_o_r(_s):

     Angelo J. Canty

_S_e_e _A_l_s_o:

     `boot'

