rv.coef | R Documentation |
Calculate RV coefficient
rv.coef(X, Y, method = 1)
X |
input matrix (same dimensions as |
Y |
input matrix (same dimensions as |
method |
|
RV coefficient
Robert, P., & Escoufier, Y. (1976). A unifying tool for linear multivariate statistical methods: the RV-coefficient. Journal of the Royal Statistical Society: Series C (Applied Statistics), 25, 257-265.
# Generate some data
set.seed(123)
X <- matrix(rnorm(8), nrow = 4)
Y <- matrix(rnorm(8), nrow = 4)
# get the RV coefficient
rv.coef(X, Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.