Generic Single Comparison Map functions for creating parallel list methods Internal functions for making efficient comparisons.
SingleComparisonMap(matrix.list, y.mat, MatrixCompFunc, ..., parallel = FALSE)
Matrix of comparisons, matrix of probabilities.
list of matrices being compared
single matrix being compared to list
Function used to compare pair of matrices, must output a vector: comparisons and probabilities
Additional arguments to MatrixCompFunc
if TRUE computations are done in parallel. Some foreach back-end must be registered, like doParallel or doMC.
Diogo Melo
MantelCor
, KrzCor
,RandomSkewers