View source: R/BlockProjections.R
RV2Mat | R Documentation |
RV2Mat
Compute the RV coefficient between two matrices
with the same number of rows.
RV2Mat
first computes the cross-product matrix.
With X and Y matrices, RV is equal to
<XX',YY'> /sqrt(<XX'*XX'>*<YY'*YY'>),
with <> being the scalar product.
RV works like a squared correlation coefficient.
RV2Mat(m1, m2)
m1 |
an I*J matrix |
m2 |
an I*K matrix |
rv The RV coefficient
Herve Abdi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.