Click or drag to resize

TwoWayRanovaTwoTableSubjectInteractionMeanSquare Method

Returns the mean square for the interaction between subjects and the specified factor.

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

Parameters

factorName  String
The name of a factor.

Return Value

Double
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.
See Also