R/3-resampling-class.R
getSamples.Rd
Get the list of samples from a resampling object.
resampling
getSamples(x)
an object of class resampling
A list of samples repeatedly taken from the population. Each item of the list is an integer vector containing the indices of the elements sampled from the population.
Alessandro Barberis