PROC GLMSELECT supports a variety of fit statistics that you can specify as criteria for the CHOOSE= , SELECT= , and STOP= options in the MODEL statement. The following statistics are available:
adjusted R-square statistic (Darlington, 1968; Judge et al., 1985)
Akaike’s information criterion (Darlington, 1968; Judge et al., 1985)
corrected Akaike’s information criterion (Hurvich and Tsai, 1989)
Sawa Bayesian information criterion (Sawa, 1978; Judge et al., 1985)
predicted residual sum of squares statistic
Schwarz Bayesian information criterion (Schwarz, 1978; Judge et al., 1985)
significance level of the F statistic used to assess an effect’s contribution to the fit when it is added to or removed from a model
average square error over the validation data
Table 48.10 provides formulas and definitions for the fit statistics.
Table 48.10: Formulas and Definitions for Model Fit Summary Statistics
Statistic |
Definition or Formula |
---|---|
n |
Number of observations |
p |
Number of parameters including the intercept |
|
Estimate of pure error variance from fitting the full model |
|
Total sum of squares corrected for the mean for the |
|
Error sum of squares |
|
|
|
|
|
|
|
|
|
|
|
|
|
where |
|
|
|
where |
|
|
|
|
There is some inconsistency in the literature on the precise definitions for the AIC and AICC statistics. The definitions used in PROC GLMSELECT changed between the experimental and the production release of the procedure in SAS 9.2. The definitions now used in PROC GLMSELECT yield the same final models as before, but PROC GLMSELECT makes the connection between the AIC statistic and the AICC statistic more transparent.
In the context of linear regression, several different versions of the formulas for AIC and AICC appear in the statistics literature. However, for a fixed number of observations, these different versions differ by additive and positive multiplicative constants. Because the model selected to yield a minimum of a criterion is not affected if the criterion is changed by additive and positive multiplicative constants, these changes in the formula for AIC and AICC do not affect the selection process.
The following section provides details about these changes. Formulas used in the experimental download release are denoted with a superscript of and n, p and are defined in Table 48.10.
The experimental download release of PROC GLMSELECT used the following formulas for AIC (Darlington, 1968; Judge et al., 1985) and AICC (Hurvich, Simonoff, and Tsai, 1998):
and
PROC GLMSLECT now uses the definitions of AIC and AICC found in Hurvich and Tsai (1989):
and
Hurvich and Tsai (1989) show that the formula for AICC can also be written as
The relationships between the alternative forms of the formulas are