rv | R Documentation |
Function to compute the RV coefficient between to conformable matrices
rv(A, B)
A |
a matrix, |
B |
a second matrix. |
the RV coefficient between A and B.
A <- toeplitz(2:1)
B <- diag(2)
rv(A, B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.