Calculate the RV coefficient and test its significance.
coeffRV(X, Y)
A list containing the following components:
the RV coefficient between the two matrices
the standardized RV coefficients
the mean of the RV permutation distribution
the variance of the RV permutation distribution
the skewness of the RV permutation distribution
the p-value associated to the test of the significativity of the RV coefficient (with the Pearson type III approximation
a matrix with n rows (individuals) and p numerous columns (variables)
a matrix with n rows (individuals) and p numerous columns (variables)
Julie Josse, Francois Husson francois.husson@institut-agro.fr
Calculates the RV coefficient between X
and Y
. It returns also the standardized RV,
the expectation, the variance and the skewness under the permutation
distribution. These moments are used to approximate the exact
distribution of the RV statistic with the Pearson type III approximation and the p-value associated to this test is given.
Escouffier, Y. (1973) Le traitement des variables vectorielles. Biometrics 29 751--760.
Josse, J., Husson, F., Pag\`es, J. (2007) Testing the significance of the RV coefficient.
Computational Statististics and Data Analysis. 53 82--91.
Kazi-Aoual, F., Hitier, S., Sabatier, R., Lebreton, J.-D., (1995) Refined approximations to permutations tests
for multivariate inference. Computational Statistics and Data Analysis, 20, 643--656
data(wine)
X <- wine[,3:7]
Y <- wine[,11:20]
coeffRV(X,Y)
Run the code above in your browser using DataLab