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

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property InteractionRow As AnovaModelRow
C#
public AnovaModelRow InteractionRow { get; }
C++
public:
AnovaModelRow^ InteractionRow {
	AnovaModelRow^ get ();
}

Value

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