i.array
This will be an matrix of integers between 1 and n, where n is the number
of observations in a data set. The matrix will have n columns and R rows
where R is the number of bootstrap resamples. Such matrices are found by
boot
when doing nonparametric bootstraps. They can also be found after a
bootstrap has been run through the function boot.array
.