Gets the AnovaRow containing the 'model' results.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Item ( _
	index As Integer _
) As AnovaRow
C#
public AnovaRow Item [
	int index
] { get; }
C++
public:
AnovaRow^ Item {
	AnovaRow^ get (int index);
}

Parameters

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

Remarks

This indexer property gets the AnovaRow corresponding to the model component with the specified index.

The last row in the table (with index Count-1) corresponds to the TotalRow. The next to last row (with index Count-2) corresponds to the ErrorRow. All other rows correspond to components of the model.