StepwiseRegressionPValueIn Property |
Defines the largest p-value for variables entering the model.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double PValueIn { set; }
Public Overridable WriteOnly Property PValueIn As Double
Set
public:
virtual property double PValueIn {
void set (double value);
}
abstract PValueIn : float with set
override PValueIn : float with 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