mrv: Modified RV correlation between two sets of variables

View source: R/mrv.R

Modified RV correlation between two sets of variablesR 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

rv, arv, drv, sq.correl, dcor

Examples

mrv( as.matrix(iris[, 1:2]), as.matrix(iris[, 3:4]) )

mvcor documentation built on April 11, 2025, 5:39 p.m.