prost {ccpsyc} | R Documentation |
Procrustes rotation function, returning Tucker's Phi
Description
Procrustes rotation function, returning Tucker's Phi
Usage
prost(loading, norm, rotated = FALSE, digits = 2)
Arguments
loading |
A correlation matrix to be rotated towards a target |
norm |
A correlation matrix that is the goal of the rotation |
rotated |
A TRUE/FALSE operator indicating if the rotated matrix should be returned in addition to Tucker's Phi |
digits |
The number of digits to be displayed in the output, defaults to 2 |
Value
Returns Tuckers Phi evaluating the congruence of the loading matrix to the normative matrix
[Package ccpsyc version 0.2.6 Index]