Click or drag to resize
ANOVAFactorialModelOrder Property
The number of factors to be included in the highest-way interaction in the model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int ModelOrder { get; set; }

Property Value

Type: Int32
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