|
Chapter Contents |
Previous |
Next |
| The REG Procedure |
Table 50.1 lists the options you can use with the PROC REG statement. Note that any option specified in the PROC REG statement applies to all MODEL statements.
Table 50.1: PROC REG Statement Options| Option | Description |
| Data Set Options | |
| DATA= | names a data set to use for the regression |
| OUTEST= | outputs a data set that contains parameter estimates and other model fit summary statistics |
| OUTSSCP= | outputs a data set that contains sums of squares and crossproducts |
| COVOUT | outputs the covariance matrix for parameter estimates to the OUTEST= data set |
| EDF | outputs the number of regressors, the error degrees of freedom, and the model R2 to the OUTEST= data set |
| OUTSTB | outputs standardized parameter estimates to the OUTEST= data set. Use only with the RIDGE= or PCOMIT= option. |
| OUTSEB | outputs standard errors of the parameter estimates to the OUTEST= data set |
| OUTVIF | outputs the variance inflation factors to the OUTEST= data set. Use only with the RIDGE= or PCOMIT= option. |
| PCOMIT= | performs incomplete principal component analysis and outputs estimates to the OUTEST= data set |
| PRESS | outputs the PRESS statistic to the OUTEST= data set |
| RIDGE= | performs ridge regression analysis and outputs estimates to the OUTEST= data set |
| RSQUARE | same effect as the EDF option |
| TABLEOUT | outputs standard errors, confidence limits, and associated test statistics of the parameter estimates to the OUTEST= data set |
| High Resolution Graphics Options | |
| ANNOTATE= | specifies an annotation data set |
| GOUT= | specifies the graphics catalog in which graphics output is saved |
| Display Options | |
| CORR | displays correlation matrix for variables listed in MODEL and VAR statements |
| SIMPLE | displays simple statistics for each variable listed in MODEL and VAR statements |
| USCCP | displays uncorrected sums of squares and crossproducts matrix |
| ALL | displays all statistics (CORR, SIMPLE, and USSCP) |
| NOPRINT | suppresses output |
| LINEPRINTER | creates plots requested as line printer plot |
| Other Options | |
| ALPHA= | sets significance value for confidence and prediction intervals and tests |
| SINGULAR= | sets criterion for checking for singularity |
Following are explanations of the options that you can specify in the PROC REG statement (in alphabetical order).
Note that any option specified in the PROC REG statement applies to all MODEL statements.
If you specify the PCOMIT= option, RESTRICT statements are ignored.
Only nonnegative numbers can be specified with the RIDGE= option. Example 50.10 illustrates this option.
If you specify the RIDGE= option, RESTRICT statements are ignored.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.