Matrix Compare
Compare two matrices using all available methods. Currently RandomSkewers, MantelCor, KrzCor and PCASimilarity
MatrixCompare(cov.x, cov.y, id = ".id")
cov.x |
covariance or correlation matrix |
cov.y |
covariance or correlation matrix |
id |
name of the comparison column |
data.frame of comparisons
cov.x = RandomMatrix(10, 1, 1, 10) cov.y = RandomMatrix(10, 1, 10, 20) MatrixCompare(cov.x, cov.y)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.