IMSL C# Numerical Library

StepwiseRegression.PValueIn Property

Defines the largest p-value for variables entering the model.

public virtual double PValueIn {set;}

Property Value

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

StepwiseRegression Class | Imsl.Stat Namespace