Generic Comparison Map functions for creating parallel list methods Internal functions for making eficient comparisons.
ComparisonMap(
matrix.list,
MatrixCompFunc,
...,
repeat.vector = NULL,
parallel = FALSE
)
Matrix of comparisons, matrix of probabilities.
list of matrices being compared
Function used to compare pair of matrices, must output a vector: comparisons and probabilities
Aditional arguments to MatrixCompFunc
Vector of repeatabilities for correlation correction.
if TRUE computations are done in parallel. Some foreach backend must be registered, like doParallel or doMC.
Diogo Melo
MantelCor
, KrzCor
,RandomSkewers