sample.cdms {multivariance} | R Documentation |
resamples doubly centered distance matrices
sample.cdms(list.cdm, replace = FALSE, incl.first = FALSE)
list.cdm |
a list of doubly centered distance matrices |
replace |
boolean, sampling with or without replacement |
incl.first |
boolean, if |
Returns a list of doubly centered distance matrices, each matrix corresponds to the resampled columns of the corresponding sample, using resampling with replacement (bootstrap) or without replacement (permutations).