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

Parameters

index  Int32
Zero-based index of the row.

Return Value

AnovaModelRow
An AnovaModelRow object.

See Also