Two Way Anova Model.Sums Of Squares Type Property
Gets the type of sum of squares to return in the ANOVA table.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public SumsOfSquaresType SumsOfSquaresType { get; set; }
Property Value
SumsOfSquaresTypeRemarks
The default is Type I. Other types can be accessed through the TypeISumsOfSquares, TypeIISumsOfSquares, and TypeIIISumsOfSquares properties.