Gets the row in the ANOVA table corresponding to the first factor.

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

Syntax

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

Value

The AnovaModelRow in the ANOVA table corresponding to the first factor.