OneWayRAnovaModel.BetweenGroupsRow Property

Gets the AnovaModelRow containing the 'between groups' results.

Definition

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

Property Value

AnovaModelRow
The AnovaModelRow containing the 'between groups' results.

See Also