Object Reference : Object View and Procedure Reference : Factor
  
 
label
Display or change the label view of the factor object.
Syntax
factor_name.label
factor_name.label(options) [text]
Options
The first version of the command displays the label view of the factor. The second version may be used to modify the label. Specify one of the following options along with optional text. If there is no text provided, the specified field will be cleared.
 
c
Clears all text fields in the label.
d
Sets the description field to text.
s
Sets the source field to text.
u
Sets the units field to text.
r
Appends text to the remarks field as an additional line.
p
Print the label view.
If no options are provided, label will display the current values in the label.
Examples
The following lines replace the remarks field of F1 with “Example factor analysis problem”:
f1.label(r) Example factor analysis problem
To append additional remarks to F1, and then to print the label view:
f1.label(r, p) Test evaluation
Cross-references
See “Labeling Objects” for a discussion of labels.
See also Factor::displayname.