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 (SAS/STAT 9.22 User's Guide).
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 transformation |
||
FisherSpearmanCorr |
Spearman correlation statistics using |
FISHER SPEARMAN |
Fisher’s transformation |
||
HoeffdingCorr |
Hoeffding’s statistics |
HOEFFDING |
KendallCorr |
Kendall’s tau-b coefficients |
KENDALL |
PearsonCorr |
Pearson correlations |
PEARSON |
SimpleStats |
Simple descriptive statistics |
|
SpearmanCorr |
Spearman correlations |
SPEARMAN |
Sscp |
Sums of squares and crossproducts |
SSCP |
VarInformation |
Variable information |
ODS Table Name |
Description |
Option |
---|---|---|
FisherPearsonPartialCorr |
Pearson partial correlation statistics |
FISHER |
using Fisher’s transformation |
||
FisherSpearmanPartialCorr |
Spearman partial correlation statistics |
FISHER SPEARMAN |
using Fisher’s 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 |
Copyright © SAS Institute, Inc. All Rights Reserved.