Returns the mean square for the interaction between subjects and the
specified factor.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public double SubjectInteractionMeanSquare( string factorName ) |
| Visual Basic (Declaration) |
|---|
Public Function SubjectInteractionMeanSquare ( _ factorName As String _ ) As Double |
| Visual C++ |
|---|
public: double SubjectInteractionMeanSquare( String^ factorName ) |
Parameters
- factorName
- Type: System..::.String
The name of a factor.
Return Value
The mean square for the interaction between subjects and the specified factor.
Remarks
The mean square is the sum of squares divided by the degrees
of freedom.