Chapter Contents |
Previous |
Next |
The REG Procedure |
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 |
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.