The FACTOR Procedure

Syntax: FACTOR Procedure

The following statements are available in 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.