Description Usage Arguments Details Value Author(s) References See Also Examples
Calculates an RV coefficient.
1 | RV(X, Y)
|
X |
A matrix with the same number of rows as |
Y |
A matrix with the same number of rows as |
RV
calculates the RV coefficient between two matrices.The RV coefficient is a multivariate generalization of the squared Pearson's correlation. In package FactoMineR, the function coeffRV
calculates other variations of the RV coefficient and propose a test for it. This function was designed to calculate only the basic RV coefficient making it much faster than coeffRV
.
The RV coefficient. A numeric value ranging between 0 and 1
F. Guillaume Blanchet
Escouffier, Y. (1973) Le traitement des variables vectorielles. Biometrics 29:751–760.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.