Example (PRINCALS command)
PRINCALS VARIABLES=ACOLA BCOLA(2) PRICEA PRICEB(5)
/ANALYSIS=ACOLA BCOLA(SNOM) PRICEA PRICEB(NUME)
/PRINT=QUANT OBJECT.
- VARIABLES defines the variables and their maximum number of levels.
- The ANALYSIS subcommand specifies that variables ACOLA and BCOLA are single nominal (SNOM) and that variables PRICEA and PRICEB are numeric (NUME).
- The PRINT subcommand lists the category quantifications and object scores.
- By default, plots of the category quantifications and the object scores are produced.