Click or drag to resize
StepwiseRegressionForce Property
Forces independent variables into the model based on their level assigned from Levels.

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

Property Value

Type: Int32
An int specifying the upper bound on the variables forced into the model.
Remarks
Variables with levels 1, 2, ..., Force are forced into the model as independent variables.
See Also