NONPAR CORR

NONPAR CORR is available in Statistics Base Edition.

NONPAR CORR computes two rank-order correlation coefficients, Spearman’s rho and Kendall’s tau-b, with their significance levels.

NONPAR CORR VARIABLES= varlist [WITH varlist] [/varlist...]

 [/PRINT={TWOTAIL**}  {SIG**}  {SPEARMAN**}] 
         {ONETAIL  }  {NOSIG}  {KENDALL   }
                               {BOTH      }

 [/SAMPLE]

 [/MISSING=[{PAIRWISE**} [INCLUDE]] 
            {LISTWISE  }

 [/MATRIX=OUT({*                  })]
              {'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 NONPAR CORR command can be generated from the Bivariate Correlations dialog when Kendall's tau-b or Spearman Correlation Coefficients are selected.

Example

NONPAR CORR 
  VARIABLES=PRESTIGE SPPRES PAPRES16 DEGREE PADEG MADEG.