 | OneWayRanovaTableSumOfSquaresWithinSubject Property |
Gets the within-subject sum of squares.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double SumOfSquaresWithinSubject { get; }
Public ReadOnly Property SumOfSquaresWithinSubject As Double
Get
public:
property double SumOfSquaresWithinSubject {
double get ();
}
member SumOfSquaresWithinSubject : float with get
Property Value
Double
Remarks
The within-subject sum of squares represents the variation within an
individual.
See Also