SingleComparisonMap function

Generic Single Comparison Map functions for creating parallel list methods Internal functions for making efficient comparisons.

Generic Single Comparison Map functions for creating parallel list methods Internal functions for making efficient comparisons.

SingleComparisonMap(matrix.list, y.mat, MatrixCompFunc, ..., parallel = FALSE)

Arguments

  • matrix.list: list of matrices being compared
  • y.mat: single matrix being compared to list
  • MatrixCompFunc: Function used to compare pair of matrices, must output a vector: comparisons and probabilities
  • ...: Additional arguments to MatrixCompFunc
  • parallel: if TRUE computations are done in parallel. Some foreach back-end must be registered, like doParallel or doMC.

Returns

Matrix of comparisons, matrix of probabilities.

See Also

MantelCor, KrzCor,RandomSkewers

Author(s)

Diogo Melo

  • Maintainer: Diogo Melo
  • License: MIT + file LICENSE
  • Last published: 2023-12-05

Useful links