TwoWayAnovaModel.SumsOfSquaresType 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#
public SumsOfSquaresType SumsOfSquaresType { get; set; }

Property Value

SumsOfSquaresType

Remarks

The default is Type I. Other types can be accessed through the TypeISumsOfSquares, TypeIISumsOfSquares, and TypeIIISumsOfSquares properties.

See Also