TwoWayAnovaModel.SecondFactorRow Property

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

Definition

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

Property Value

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

See Also