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

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

Syntax

C#
public virtual double PValueIn { set; }
Visual Basic (Declaration)
Public Overridable WriteOnly Property PValueIn As Double
Visual C++
public:
virtual property double PValueIn {
	void set (double value);
}

Field 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