Click or drag to resize
StepwiseRegressionPValueIn Property
Defines the largest p-value for variables entering the model.

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

Property Value

Type: Double
A double containing the largest p-value for variables entering the model.
Remarks
Variables with p-value less than PValueIn may enter the model. Backward regression does not use this value.

By default, PValueIn = 0.05.

See Also