Returns the sum of squares for the interaction between subjects and the
specified factor.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public double SubjectInteractionSumOfSquares(
string factorName
) |
| Visual Basic (Declaration) |
|---|
Public Function SubjectInteractionSumOfSquares ( _
factorName As String _
) As Double |
| Visual C++ |
|---|
public:
double SubjectInteractionSumOfSquares(
String^ factorName
) |
Return Value
The sum of squares for the interaction between subjects and the
specified factor.
See Also