|  | TwoWayRanovaTwoTableSubjectInteractionSumOfSquares Method | 
            Returns the sum of squares for the interaction between subjects and the
            specified factor.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double SubjectInteractionSumOfSquares(
	string factorName
)
Public Function SubjectInteractionSumOfSquares ( 
	factorName As String
) As Double
public:
double SubjectInteractionSumOfSquares(
	String^ factorName
)
member SubjectInteractionSumOfSquares : 
        factorName : string -> float Parameters
- factorName  String
- The name of a factor.
Return Value
DoubleThe sum of squares for the interaction between subjects and the
            specified factor.
 See Also
See Also