OneWayRAnovaModel.TreatmentFactor Property

Gets the factor corresponding to the treatments.

Definition

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

Property Value

IIndex

Remarks

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.

See Also