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