Two Way Anova Model.Row Factor Property
Gets the factor corresponding to the independent variable.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public IIndex RowFactor { get; }
Property Value
IIndexRemarks
A factor is a set of values that a categorical variable can assume. This method returns the IIndex object associated with the independent variable in the ANOVA model.