rv {DistatisR} | R Documentation |
Function to compute the RV coefficient between to conformable matrices
Description
Function to compute the RV coefficient between to conformable matrices
Usage
rv(A, B)
Arguments
A |
a matrix, |
B |
a second matrix. |
Value
the RV coefficient between A and B.
Examples
A <- toeplitz(2:1)
B <- diag(2)
rv(A, B)
[Package DistatisR version 1.1.1 Index]