Forces independent variables into the model based on their level assigned from Levels.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int Force { set; }
Visual Basic (Declaration)
Public Overridable WriteOnly Property Force As Integer
Visual C++
public:
virtual property int Force {
	void set (int value);
}

Field Value

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