Enumerates the possible types of rows in an AnovaTable.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration AnovaRowType |
| C# |
|---|
public enum AnovaRowType |
| C++ |
|---|
public enum class AnovaRowType |
Members
| Member | Description |
|---|---|
| Model |
The data in the row refers to the model effects.
|
| Error |
The data in the row refers to the residual error in the model.
|
| Total |
The data in the row refers to the total of model effects and residuals.
|
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.