ANOVAFactorialModelOrder Property |
The number of factors to be included in the highest-way interaction
in the model.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int ModelOrder { get; set; }
Public Property ModelOrder As Integer
Get
Set
public:
property int ModelOrder {
int get ();
void set (int value);
}
member ModelOrder : int with 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