Working with an Estimated Equation
Since variable selection is a pre-estimation tool, once estimated, the standard views and procs available for an equation estimated by least-squares will be available.
In addition, if or was selected as the , then a item and several sub-menu items will be available on the equation menu. These will allow you to examine how certain measures change during the selection process.
For both methods, there will be six sub-menu items: // , and // The R-squared and t-Stats tables and graphs will show the selected value at each step. Alpha-squared is related to the change in R-squared at each step, namely:
| (22.2) |
If was selected as the , then the item will again be available, but only for R-squared and Alpha-squared.
If or was selected as the , then a item and several sub-menu items will also be available on the equation menu.
For both methods, there will be three sub-menu entries: , , and :
• The and items shows the model selection criteria for the twenty “best” candidate models. The graph form shows just the chosen criteria method (AIC, SIC or HQ). The table form of the view shows the log-likelihood value, the AIC, BIC and HQ values.
• The view provides a summary of the selection/dropping of variables along each selection path. For each path, the table provides the order in which variables were dropped, along with relevant selection information.
For Lasso, there are two additional sub-menu entries: , :
• The view is one of two views that allow you to easily see the behavior of the model over the entire lambda path. The leftmost column lists all the lambdas used in the estimation. The remaining columns display the coefficients at each value of lambda.
• The displays values of coefficients ordered by the values of lambda in the lambda path. This is the graph you would see by plotting each column (excluding the constant, if included) of the table against the leftmost lambda path column.