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

Namespace: Extreme.Statistics
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

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

Parameters

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

Return Value

An AnovaModelRow object.