rv.coef | R Documentation |
RV
CoefficientCalculate RV
coefficient
rv.coef(X, Y, method = 1)
X |
input matrix (same dimensions as |
Y |
input matrix (same dimensions as |
method |
|
RV
coefficient
J.C. Castura
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. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2307/2347233")}
# 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.