OneWayRAnovaModel.BetweenSubjectsRow Property

Gets the AnovaModelRow containing the 'between subjects' results.

Definition

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

Property Value

AnovaModelRow
The AnovaModelRow containing the 'between subjects' results.

See Also