rv: RV correlation between two sets of variables

View source: R/rv.R

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

mrv, drv, sq.correl, dcor

Examples

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

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