TwoWayAnovaModel.SumsOfSquaresType 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.0
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