Modified RV correlation between two sets of variables {mvcor} | R Documentation |
Modified RV correlation between two sets of variables
Description
Modified RV correlation between two sets of variables.
Usage
mrv(y, x)
Arguments
y |
A numerical matrix. |
x |
A numerical matrix. |
Details
The modified RV correlation coefficient
Value
The value of the modified RV coefficient.
Author(s)
Michail Tsagris
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
References
Smilde A. K., Kiers H. A., Bijlsma S., Rubingh C. M. and Van Erk M. J. (2009). Matrix correlations for high-dimensional data: the modified RV-coefficient. Bioinformatics, 25(3): 401–405.
See Also
Examples
mrv( as.matrix(iris[, 1:2]), as.matrix(iris[, 3:4]) )
[Package mvcor version 1.1 Index]