The CORR Procedure

ODS Table Names

PROC CORR assigns a name to each table it creates. You must use these names to reference tables when using the Output Delivery System (ODS). These names are listed in Table 2.3 and Table 2.4. For more information about ODS, see Chapter 20: Using the Output Delivery System in SAS/STAT 14.2 User's Guide.

Table 2.3: ODS Tables Produced by PROC CORR

ODS Table Name

Description

Option

Cov

Covariances

COV

CronbachAlpha

Coefficient alpha

ALPHA

CronbachAlphaDel

Coefficient alpha with deleted variable

ALPHA

Csscp

Corrected sums of squares and crossproducts

CSSCP

FisherPearsonCorr

Pearson correlation statistics using

FISHER

 

Fisher’s z transformation

 

FisherSpearmanCorr

Spearman correlation statistics using

FISHER SPEARMAN

 

Fisher’s z transformation

 

HoeffdingCorr

Hoeffding’s D statistics

HOEFFDING

KendallCorr

Kendall’s tau-b coefficients

KENDALL

PearsonCorr

Pearson correlations

PEARSON

PolychoricCorr

Polychoric correlations

POLYCHORIC

PolyserialCorr

Polyserial correlations

POLYSERIAL

SimpleStats

Simple descriptive statistics

 

SpearmanCorr

Spearman correlations

SPEARMAN

Sscp

Sums of squares and crossproducts

SSCP

VarInformation

Variable information

 


Table 2.4: ODS Tables Produced with the PARTIAL Statement

ODS Table Name

Description

Option

FisherPearsonPartialCorr

Pearson partial correlation statistics

FISHER

 

using Fisher’s z transformation

 

FisherSpearmanPartialCorr

Spearman partial correlation statistics

FISHER SPEARMAN

 

using Fisher’s z transformation

 

PartialCsscp

Partial corrected sums of squares

CSSCP

 

and crossproducts

 

PartialCov

Partial covariances

COV

PartialKendallCorr

Partial Kendall tau-b coefficients

KENDALL

PartialPearsonCorr

Partial Pearson correlations

 

PartialSpearmanCorr

Partial Spearman correlations

SPEARMAN