Learn R Programming

evolqg (version 0.1-7)

MatrixCompare: Matrix Compare

Description

Compare two matrices using all available methods. Currently RandomSkewers, MantelCor, KrzCor and PCASimilarity

Usage

MatrixCompare(cov.x, cov.y, id = ".id")

Arguments

cov.x
covariance or correlation matrix
cov.y
covariance or correlation matrix
id
name of the comparison column

Value

  • data.frame of comparisons

Examples

Run this code
cov.x = RandomMatrix(10, 1, 1, 10)
cov.y = RandomMatrix(10, 1, 10, 20)
MatrixCompare(cov.x, cov.y)

Run the code above in your browser using DataLab