Click or drag to resize

TwoWayRanovaTwoTableSubjectInteractionSumOfSquares Method

Returns the sum of squares for the interaction between subjects and the specified factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double SubjectInteractionSumOfSquares(
	string factorName
)

Parameters

factorName  String
The name of a factor.

Return Value

Double
The sum of squares for the interaction between subjects and the specified factor.
See Also