Two Way Anova Model.Column Factor Property
Gets the factor corresponding to the independent variable.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public IIndex ColumnFactor { 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.