Description Usage Arguments Details Value Note Author(s) References Examples
Calculates Tucker's congruence coefficient (uncentered correlation) between x
and y
if these are vectors. If x
and y
are matrices then the congruence between the columns of x
and y
are computed.
1 |
x |
Numeric vector, matrix or data frame. |
y |
NULL (default) or a vector, matrix or data frame with compatible dimensions to |
Tucker's congruence coefficient is defined as
r = \frac{∑_{i=1}^{n}x_{i}y_{i}}{ √{∑_{i=1}^{n}x_{i}^{2}∑_{i=1}^{n}y_{i}^{2}} }
where x_{i} and y_{i} denote the i-th elements of x
and y
.
Returns a scalar or matrix with congruence coefficient(s).
If x
is a vector, you must also enter y
.
Nathaniel E. Helwig <helwig@umn.edu>
Tucker, L.R. (1951). A method for synthesis of factor analysis studies (Personnel Research Section Report No. 984). Washington, DC: Department of the Army.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.