Click or drag to resize

DoubleFactorAnalysisExtraction, RotationSortRotatedFactorsAndLoadings Method

Sorts the rotated factor and rotated sum of squared loadings matrices in order of descending variance of the rotated factors. Done mostly to match the output of SPSS. The result is stored in the
C#
rotatedFactorMatrix_
field.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected virtual void SortRotatedFactorsAndLoadings(
	DoubleMatrix unsortedRotatedFactors
)

Parameters

unsortedRotatedFactors  DoubleMatrix
Original unsorted rotated factor matrix.
See Also