TwoWayAnovaModel.InteractionRow Property

Gets the row in the ANOVA table corresponding to the interaction between the two factors.

Definition

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

Property Value

AnovaModelRow
The AnovaModelRow in the ANOVA table corresponding to the interaction between the two factors.

See Also