AnovaRowType Enumeration

Enumerates the possible types of rows in an AnovaTable.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum AnovaRowType

Remarks

The rows in an AnovaTable can be of one of three types, and they play a different roles in the calculations. There is only one error row and one total row. Depending on the model, there can be one or more model rows.

Members

Model0 The data in the row refers to the model effects.
Error1 The data in the row refers to the residual error in the model.
Total2 The data in the row refers to the total of model effects and residuals.

See Also