prost: Procrustes rotation function, returning Tucker's Phi

View source: R/procrustes.R

prostR 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


ccpsyc documentation built on May 11, 2022, 9:06 a.m.

Related to prost in ccpsyc...