RV correlation between two sets of variables | R Documentation |
RV correlation between two sets of variables.
rv(y, x)
y |
A numerical matrix. |
x |
A numerical matrix. |
The RV correlation coefficient
The value of the RV coefficient.
Michail Tsagris
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
Robert P. and Escoufier Y. (1976). A Unifying Tool for Linear Multivariate Statistical Methods: The RV-Coefficient. Applied Statistics, 25(3): 257–265.
mrv, drv, sq.correl, dcor
rv( as.matrix(iris[, 1:2]), as.matrix(iris[, 3:4]) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.