FIN and FOUT Subcommands (DISCRIMINANT command)
FIN
specifies
the minimum partial F value that
a variable must have to enter the analysis. As additional variables
are entered into the analysis, the partial F for variables already in the equation changes. FOUT
specifies the smallest partial F that a variable can have and not be removed
from the model.
-
PIN
andPOUT
take precedence overFIN
andFOUT
. That is, if all are specified,PIN
andPOUT
values are used. - If
PIN
andPOUT
are omitted,FIN
andFOUT
are used by default. IfFOUT
is specified butFIN
is omitted, the default value forFIN
is 3.84. IfFIN
is specified, the default value forFOUT
is 2.71. - You can set
FIN
andFOUT
to any non-negative number. However,FOUT
should be less thanFIN
ifFIN
is also specified. -
FIN
andFOUT
apply only to the stepwise methods and are ignored if theMETHOD
subcommand is omitted or ifDIRECT
is specified onMETHOD
.