METHOD Subcommand (DISCRIMINANT command)
METHOD is
used to select a method for entering variables into an analysis.
- A variable will never be entered into the analysis
if it does not pass the tolerance criterion specified on the
TOLERANCEsubcommand (or the default). - A
METHODsubcommand applies only to the precedingANALYSISsubcommand, or to an analysis using all predictor variables if noANALYSISsubcommand has been specified before it. - If more than one
METHODsubcommand is specified within one analysis block, the last is used.
Any one of the following methods can be specified
on the METHOD subcommand:
DIRECT. All variables passing the tolerance criteria are entered simultaneously. This is the default method.
WILKS. At each step, the variable that minimizes the overall Wilks’ lambda is entered.
MAHAL. At each step, the variable that maximizes the Mahalanobis distance between the two closest groups is entered.
MAXMINF. At each step, the variable that maximizes the smallest F ratio between pairs of groups is entered.
MINRESID. At each step, the variable that minimizes the sum of the unexplained variation for all pairs of groups is entered.
RAO. At each step, the variable that produces the largest increase in Rao’s V is entered.