Modified RV correlation between two sets of variables | R Documentation |
Modified RV correlation between two sets of variables.
mrv(y, x)
y |
A numerical matrix. |
x |
A numerical matrix. |
The modified RV correlation coefficient
The value of the modified RV coefficient.
Michail Tsagris
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
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.
rv, arv, drv, sq.correl, dcor
mrv( 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.