Gets the within-subject mean square.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double MeanSquareWithinSubject { get; }
Visual Basic (Declaration)
Public ReadOnly Property MeanSquareWithinSubject As Double
Visual C++
public:
property double MeanSquareWithinSubject {
	double get ();
}

See Also