  | TwoWayAnovaTableErrorSumOfSquares Property | 
            Gets the sum of squares for the error.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double ErrorSumOfSquares { get; }Public ReadOnly Property ErrorSumOfSquares As Double
	Get
public:
property double ErrorSumOfSquares {
	double get ();
}member ErrorSumOfSquares : float with get
Property Value
Double
See Also