PARTIAL CORR

PARTIAL CORR is available in the Statistics Base option.

PARTIAL CORR produces partial correlation coefficients that describe the relationship between two variables while adjusting for the effects of one or more additional variables.

PARTIAL CORR VARIABLES= varlist [WITH varlist]
    BY varlist [(levels)]

 [/SIGNIFICANCE={TWOTAIL**}] 
                {ONETAIL  }

 [/STATISTICS=[NONE**] [CORR] [DESCRIPTIVES] [BADCORR] [ALL]] 

 [/FORMAT={MATRIX** }] 
          {SERIAL   }
          {CONDENSED}

 [/MISSING=[{LISTWISE**}]  [{EXCLUDE**}]] 
            {ANALYSIS  }    {INCLUDE  }

 [/MATRIX= [IN({*                  })] [OUT({*                  })]]
               {'savfile'|'dataset'}        {'savfile'|'dataset'}

**Default if the subcommand 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 PARTIAL CORR command can be generated from the Partial Correlations dialog.

Release History

Release 16.0

  • Added support for SET THREADS and SET MCACHE.

Example

PARTIAL CORR VARIABLES=PUBTRANS MECHANIC BY NETPURSE(1).