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**} {FULL**  }] 
         {ONETAIL  } {NOSIG} {KENDALL   } {LOWER   } 
                             {BOTH      } {LNODIAG }
                                          {NOMATRIX}

 [/SAMPLE]

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

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

 [/CI
     [METHOD ({FHP**} {CC} {BW})]
     [CILEVEL ({95**} {value})]
 ]

**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.

Release History

Release 27.0.1
  • Added support for the CI subcommand.
  • Added support for the NOMATRIX keyword in the PRINT subcommand.
  • The CILEVEL subcommand has been deprecated.
Release 27.0
  • Added support for the FULL, LOWER, and LNODIAG keywords in the PRINT subcommand.