Two Way Anova Model.Sums Of Squares Type Property
Gets the type of sum of squares to return in the ANOVA table.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.