IMSL C# Numerical Library

StepwiseRegression.Force Property

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

public virtual int Force {set;}

Property 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

StepwiseRegression Class | Imsl.Stat Namespace | Levels