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.0.0

Syntax

C#
public int ModelOrder { get; set; }
Visual Basic (Declaration)
Public Property ModelOrder As Integer
Visual C++
public:
property int ModelOrder {
	int get ();
	void set (int value);
}

Field 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