Enumerates the possible types of rows in an
AnovaTable.
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Enumeration AnovaRowType
public enum class AnovaRowType
| Member name | Value | Description |
---|
| Model | 0 |
The data in the row refers to the model effects.
|
| Error | 1 |
The data in the row refers to the residual error in the model.
|
| Total | 2 |
The data in the row refers to the total of model effects and residuals.
|
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.
Reference