Gets the AnovaModelRow containing the 'between groups' results.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property BetweenGroupsRow As AnovaModelRow
C#
public AnovaModelRow BetweenGroupsRow { get; }
C++
public:
AnovaModelRow^ BetweenGroupsRow {
	AnovaModelRow^ get ();
}

Value

The AnovaModelRow containing the 'between groups' results.