Click or drag to resize
RegressorsForGLMModelOrder Property
The order of the model.

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

Property Value

Type: Int32
Remarks
Model order can be specified as 1 or 2. Use SetEffects to specify more complicated models. This overrides previously set effects.
See Also