RELATIONSHIP MAP

RELATIONSHIP MAP is available in Statistics Base Edition.

RELATIONSHIP MAP determines how variables relate to each other by providing a visual representation of the connections and influences that each node and link has over each other.

RELATIONSHIP MAP VARIABLES=varlist [varlist...]
/OPTIONS
   [ MINNODE={5**} ]
             {number}
   [ MAXNODE={40**} ]
             {number}
   [ MINLINK={1**} ]
             {number}
   [ MAXLINK={5**} ]
             {number}
   [ HIDESMALL={0**} ]
               {number]
   [ GROUPLINKS={NO} ]
                {YES}
   [ LAYOUT={CIRCLE} ]
            {GRID}
            {NETWORK}
   [ LABELBOTTOM={0**} ]
                 {number}
   [ LABELTOP={0**} ]
              {number}
/MISSING
   [ SCOPE={PAIRWISE**} ]
           {LISTWISE}
   [ CLASSMISSING={INCLUDE**} ]
                  {EXCLUDE}

**Default if the subcommand or keyword is omitted.

This command reads the active dataset and causes execution of any pending commands. See the topic Command Order for more information.

Syntax for the RELATIONSHIP MAP command can be generated from the Relationship Map dialog.

Release History

Release 28.0
  • Command introduced.

Example

RELATIONSHIP MAP age marital
  /OPTIONS MINNODE=5 MAXNODE=40 MINLINK=1 MAXLINK=5 LAYOUT=CIRCLE LABELBOTTOM=2 LABELTOP=8 
    HIDESMALL=3 GROUPLINKS=YES
  /MISSING SCOPE=PAIRWISE CLASSMISSING=INCLUDE.