Function to compute the RV coefficient between to conformable matrices
rv(A, B)
A
B
the RV coefficient between A and B.
A <- toeplitz(2:1) B <- diag(2) rv(A, B)
Useful links