rvcoef.Rd
Computes the RV coefficient, a measure of similarity between two matrices.
rvcoef(X, Y)
First matrix
Second matrix
RV coefficient (a value between 0 and 1)
X <- matrix(rnorm(100), nrow = 10) Y <- matrix(rnorm(120), nrow = 10) rvcoef(X, Y) #> [1] 0.1250135