AnovaTable.GetModelRow 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#
public AnovaModelRow GetModelRow(
	int index
)

Parameters

index  Int32
Zero-based index of the row.

Return Value

AnovaModelRow
An AnovaModelRow object.

See Also