OneWayAnovaModel.BetweenGroupsRow Property

Gets the AnovaModelRow containing the 'between groups' results.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public AnovaModelRow BetweenGroupsRow { get; }

Property Value

AnovaModelRow
The AnovaModelRow containing the 'between groups' results.

See Also