RV correlation between two sets of variables {mvcor} | R Documentation |
RV correlation between two sets of variables
Description
RV correlation between two sets of variables.
Usage
rv(y, x)
Arguments
y |
A numerical matrix. |
x |
A numerical matrix. |
Details
The RV correlation coefficient
Value
The value of the RV coefficient.
Author(s)
Michail Tsagris
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
References
Robert P. and Escoufier Y. (1976). A Unifying Tool for Linear Multivariate Statistical Methods: The RV-Coefficient. Applied Statistics, 25(3): 257–265.
See Also
Examples
rv( as.matrix(iris[, 1:2]), as.matrix(iris[, 3:4]) )
[Package mvcor version 1.1 Index]