RVcoeff {missRows}R Documentation

Calculate the RV Coefficient

Description

Calculate the RV coefficient between two matrices X and Y. This function is internally called by tuneM and is not usually called directly by a user.

Usage

RVcoeff(X, Y)

Arguments

X, Y

a matrix with n rows and p columns.

Value

The RV coefficient between the two matrices.

References

Robert, P., Escoufier, Y. (1976). A unifying tool for linear multivariate statistical methods: The RV coefficient. Journal of the Royal Statistical Society. 25(3), 257–265.


[Package missRows version 1.4.0 Index]