Chapter Contents |
Previous |
Next |
The REG Procedure |
Option | Description |
Model Selection and Details of Selection | |
SELECTION= | specifies model selection method |
BEST= | specifies maximum number of subset models displayed or output to the OUTEST= data set |
DETAILS | produces summary statistics at each step |
DETAILS= | specifies the display details for forward, backward, and stepwise methods |
GROUPNAMES= | provides names for groups of variables |
INCLUDE= | includes first n variables in the model |
MAXSTEP= | specifies maximum number of steps that may be performed |
NOINT | fits a model without the intercept term |
PCOMIT= | performs incomplete principal component analysis and outputs estimates to the OUTEST= data set |
SLE= | sets criterion for entry into model |
RIDGE= | performs ridge regression analysis and outputs estimates to the OUTEST= data set |
SLS= | sets criterion for staying in model |
START= | specifies number of variables in model to begin the comparing and switching process |
STOP= | stops selection criterion |
Fit Statistics | |
ADJRSQ | computes adjusted R2 |
AIC | computes Akaike's information criterion |
B | computes parameter estimates for each model |
BIC | computes Sawa's Bayesian information criterion |
CP | computes Mallows' Cp statistic |
GMSEP | computes estimated MSE of prediction assuming multivariate normality |
JP | computes Jp, the final prediction error |
MSE | computes MSE for each model |
PC | computes Amemiya's prediction criterion |
RMSE | displays root MSE for each model |
SBC | computes the SBC statistic |
SP | computes Sp statistic for each model |
SSE | computes error sum of squares for each model |
Data Set Options | |
EDF | outputs the number of regressors, the error degrees of freedom, and the model R2 to the OUTEST= data set |
OUTSEB | outputs standard errors of the parameter estimates to the OUTEST= data set |
OUTSTB | outputs standardized parameter estimates to the OUTEST= data set. Use only with the RIDGE= or PCOMIT= option. |
OUTVIF | outputs the variance inflation factors to the OUTEST= data set. Use only with the RIDGE= or PCOMIT= option. |
PRESS | outputs the PRESS statistic to the OUTEST= data set |
RSQUARE | has same effect as the EDF option |
Regression Calculations | |
I | displays inverse of sums of squares and crossproducts |
XPX | displays sums-of-squares and crossproducts matrix |
Details on Estimates | |
ACOV | displays asymptotic covariance matrix of estimates assuming heteroscedasticity |
COLLIN | produces collinearity analysis |
COLLINOINT | produces collinearity analysis with intercept adjusted out |
CORRB | displays correlation matrix of estimates |
COVB | displays covariance matrix of estimates |
PCORR1 | displays squared partial correlation coefficients using Type I sums of squares |
PCORR2 | displays squared partial correlation coefficients using Type II sums of squares |
SCORR1 | displays squared semi-partial correlation coefficients using Type I sums of squares |
SCORR2 | displays squared semi-partial correlation coefficients using Type II sums of squares |
SEQB | displays a sequence of parameter estimates during selection process |
SPEC | tests that first and second moments of model are correctly specified |
SS1 | displays the sequential sums of squares |
SS2 | displays the partial sums of squares |
STB | displays standardized parameter estimates |
TOL | displays tolerance values for parameter estimates |
VIF | computes variance-inflation factors |
Predicted and Residual Values | |
CLB | computes % confidence limits for the parameter estimates |
CLI | computes % confidence limits for an individual predicted value |
CLM | computes % confidence limits for the expected value of the dependent variable |
DW | computes a Durbin-Watson statistic |
INFLUENCE | computes influence statistics |
P | computes predicted values |
PARTIAL | displays partial regression plots for each regressor |
R | produces analysis of residuals |
Display Options and Other Options | |
ALL | requests the following options: ACOV, CLB, CLI, CLM, CORRB, COVB, I, P, PCORR1, PCORR2, R, SCORR1, SCORR2, SEQB, SPEC, SS1, SS2, STB, TOL, VIF, XPX |
ALPHA= | sets significance value for confidence and prediction intervals and tests |
NOPRINT | suppresses display of results |
SIGMA= | specifies the true standard deviation of error term for computing CP and BIC |
SINGULAR= | sets criterion for checking for singularity |
model y={x1 x2} x3 / selection=stepwise groupnames='x1 x2' 'x3';As another example,
model y={ht wgt age} bodyfat / selection=forward groupnames='htwgtage' 'bodyfat';
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.