Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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

evolqg

Tools for Evolutionary Quantitative Genetics

v0.2-8
MIT + file LICENSE
Authors
Ana Paula Assis, Diogo Melo, Edgar Zanella, Fabio Andrade Machado, Guilherme Garcia
Initial release
2020-11-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.