Object Reference : Object View and Procedure Reference : Factor
  
 
displayname
Set display name for factor object.
Attaches a display name to a factor object which may be used to label output in place of the standard factor object name.
Syntax
factor_name.displayname display_name
Display names are case-sensitive, and may contain a variety of characters, such as spaces, that are not allowed in object names.
Examples
f1.displayname Holzinger Example
The first line attaches a display name “Holzinger Example” to the factor object F1.
Cross-references
See “Labeling Objects” for a discussion of labels and display names. See also Factor::label.