|
Chapter Contents |
Previous |
Next |
| The CANCORR Procedure |
The PROC CANCORR statement starts the CANCORR procedure and optionally identifies input and output data sets, specifies the analyses performed, and controls displayed output. Table 18.1 summarizes the options.
Table 18.1: PROC CANCORR Statement Options| Task | Options | Description |
| Specify computational details | EDF= | specify error degrees of freedom if input observations are regression residuals |
| NOINT | omit intercept from canonical correlation and regression models | |
| RDF= | specify regression degrees of freedom if input observations are regression residuals | |
| SINGULAR= | specify the singularity criterion | |
| Specify input and output data sets | DATA= | specify input data set name |
| OUT= | specify output data set name | |
| OUTSTAT= | specify output data set name containing various statistics | |
| Specify labeling options | VNAME= | specify a name to refer to VAR statement variables |
| VPREFIX= | specify a prefix for naming VAR statement canonical variables | |
| WNAME= | specify a name to refer to WITH statement variables | |
| WPREFIX= | specify a prefix for naming WITH statement canonical variables | |
| Control amount of output | ALL | produce simple statistics, input variable correlations, and canonical redundancy analysis |
| CORR | produce input variable correlations | |
| NCAN= | specify number of canonical variables for which full output is desired | |
| NOPRINT | suppress all displayed output | |
| REDUNDANCY | produce canonical redundancy analysis | |
| SHORT | suppress default output from canonical analysis | |
| SIMPLE | produce means and standard deviations | |
| Request regression analyses | VDEP | request multiple regression analyses with the VAR variables as dependents and the WITH variables as regressors |
| VREG | request multiple regression analyses with the VAR variables as regressors and the WITH variables as dependents | |
| WDEP | same as VREG | |
| WREG | same as VDEP | |
| Specify regression statistics | ALL | produce all regression statistics and includes these statistics in the OUTSTAT= data set |
| B | produce raw regression coefficients | |
| CLB | produce 95% confidence interval limits for the regression coefficients | |
| CORRB | produce correlations among regression coefficients | |
| INT | request statistics for the intercept when you specify the B, CLB, SEB, T, or PROBT option | |
| PCORR | display partial correlations between regressors and dependents | |
| PROBT | display probability levels for t statistics | |
| SEB | display standard errors of regression coefficients | |
| SMC | display squared multiple correlations and F tests | |
| SPCORR | display semipartial correlations between regressors and dependents | |
| SQPCORR | display squared partial correlations between regressors and dependents | |
| SQSPCORR | display squared semipartial correlations between regressors and dependents | |
| STB | display standardized regression coefficients | |
| T | display t statistics for regression coefficients |
Following are explanations of the options that can be used in the PROC CANCORR statement (in alphabetic order):
The value of the NCAN= option specifies the number of canonical variables for which canonical coefficients and canonical redundancy statistics are displayed, and the number of variables shown in the canonical structure matrices. The NCAN= option does not affect the number of displayed canonical correlations.
If an OUTSTAT= data set is requested, the NCAN= option controls the number of canonical variables for which statistics are output. If an OUT= data set is requested, the NCAN= option controls the number of canonical variables for which scores are output.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.