IMSL C# Numerical Library

ANOVAFactorial.ModelOrder Property

The number of factors to be included in the highest-way interaction in the model.

public int ModelOrder {get; set;}

Property Value

An int scalar containing the number of factors to be included in the highest-way interaction in the model.

Remarks

ModelOrder must be in the interval [1, nSubscripts-1]. For example:

ModelOrder of 1 indicates that a main effect model will be analyzed.

ModelOrder of 2 indicates that two-way interactions will be included in the model.

By default, ModelOrder = nSubscripts - 1.

See Also

ANOVAFactorial Class | Imsl.Stat Namespace