OneWayRAnovaModel.BetweenSubjectsRow Property

Gets the AnovaModelRow containing the 'between subjects' results.

Definition

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

Property Value

AnovaModelRow
The AnovaModelRow containing the 'between subjects' results.

See Also