Returns the model row at the specified index in an AnovaTable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GetModelRow ( _
	index As Integer _
) As AnovaModelRow
C#
public AnovaModelRow GetModelRow (
	int index
)
C++
public:
AnovaModelRow^ GetModelRow (
	int index
)

Parameters

index (System.Int32)
Zero-based index of the row.

Return Value

An AnovaModelRow object.