Anova Table.Get Model Row Method
Returns the model row at the specified index in an AnovaTable.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An AnovaModelRow object.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public AnovaModelRow GetModelRow(
int index
)
Parameters
- index Int32
- Zero-based index of the row.
Return Value
AnovaModelRowAn AnovaModelRow object.