Syntax: FACTOR Procedure

You can specify the following statements with the FACTOR procedure:

PROC FACTOR <options> ;
VAR variables ;
PRIORS communalities ;
PARTIAL variables ;
FREQ variable ;
WEIGHT variable ;
BY variables ;

Usually only the VAR statement is needed in addition to the PROC FACTOR statement. The descriptions of the BY, FREQ, PARTIAL, PRIORS, VAR, and WEIGHT statements follow the description of the PROC FACTOR statement in alphabetical order.