Gets the row in the ANOVA table corresponding to the second factor.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SecondFactorRow As AnovaRow |
| C# |
|---|
public AnovaRow SecondFactorRow { get; } |
| C++ |
|---|
public: AnovaRow^ SecondFactorRow { AnovaRow^ get (); } |