  | TwoWayRanovaTwoTableSubjectInteractionMeanSquare Method | 
            Returns the mean square for the interaction between subjects and the
            specified factor.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double SubjectInteractionMeanSquare(
	string factorName
)
Public Function SubjectInteractionMeanSquare ( 
	factorName As String
) As Double
public:
double SubjectInteractionMeanSquare(
	String^ factorName
)
member SubjectInteractionMeanSquare : 
        factorName : string -> float Parameters
- factorName  String
 - The name of a factor.
 
Return Value
DoubleThe mean square for the interaction between subjects and the
            specified factor.
RemarksThe mean square is the sum of squares divided by the degrees
            of freedom.
See Also