ANALYSIS Subcommand (DISCRIMINANT command)
ANALYSIS is used to request several different discriminant analyses using
the same grouping variable, or to control the order in which variables
are entered into a stepwise analysis.
-
ANALYSISis optional for the first analysis block. By default, all variables specified on theVARIABLESsubcommand are included in the analysis. - The variables named on
ANALYSISmust first be specified on theVARIABLESsubcommand. - The keyword
ALLincludes all variables on theVARIABLESsubcommand. - If the keyword
TOis used to specify a list of variables on anANALYSISsubcommand, it refers to the order of variables on theVARIABLESsubcommand, which is not necessarily the order of variables in the active dataset.
Example
DISCRIMINANT GROUPS=SUCCESS(0,1)
/VARIABLES=V10 TO V15, AGE, V5
/ANALYSIS=V15 TO V5
/ANALYSIS=ALL.
- The first analysis will use the variables V15, AGE, and V5 to discriminate between cases where SUCCESS equals 0 and SUCCESS equals 1.
- The second analysis will use all variables named
on the
VARIABLESsubcommand.