Click or drag to resize

DoubleFactorAnalysisExtraction, RotationAdjustFactorSigns Method

Adjusts the signs of the factors according to the convention that the sum of all factor components should be non-negative. Implemented to match SPSS output.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static void AdjustFactorSigns(
	DoubleMatrix factors
)

Parameters

factors  DoubleMatrix
Input: The factor matrix. Output: The factor matrix with signs adjusted.
See Also