Object Reference : Object View and Procedure Reference : Factor
  
 
factnames
Specify names for the unobserved factors.
Assign names to the unobserved factors in an estimated factor object. These names will subsequently be used in table and graphical output.
Syntax
factor_name.factnames [name1 ...]
You should follow the keyword with a list of names for the factors. You may clear an existing set of factnames by using the factnames keyword with an empty list of factors.
Examples
f1.factnames Verbal Visual
attaches names “Verbal” and “Visual” to the first two retained factors. The names will be used in subsequent views and procedures.
f1.factnames
clears the existing list of factor names.