Best Subset Regression
Click the Best subs button on the GLZ Analysis Syntax Editor - Keywords tab to display the Best Subset Regression dialog, which contains keywords and options (specifications) for specifying a best subset analysis; see the description of GLZ Syntax for a list of all keywords (see also, GLZ Analysis Syntax Editor). Note that best subset regression is only available if the current model contains a single dependent variable. Click on a button to insert the respective keyword, option, symbol, or value at the current cursor location in the Analysis syntax edit field (in the GLZ Analysis Syntax Editor).
{ SCORE };
{ AIC };
Example. BESTCRIT = SCORE;
Optional keyword used in conjunction with the MBUILD option bestsubset (note that this option is very similar to that described for the GRM syntax). Specify the criterion that is to be used for comparing models (with different subsets of effects) during the best subset computations. The default specification is SCORE (score statistic); see also the LIKELIHOOD and AIC (Akaike information criterion) options below.
Since the evaluation of the score statistic does not require iterative computations, best subset selection based on the score statistic is computationally faster, while the selection based on the other two statistics usually provides more accurate results. For more information see the Introductory Overview.
Applies to. GRM, GLZ (with different options)
Example. MAXSUB = 10;
Optional keyword used in conjunction with the MBUILD option bestsubset. The integer value specified with this keyword will determine the number of subsets that will be displayed on the GLZ Results dialog, in the Model building spreadsheet; for example, if you specify 10 in this field, then you can later review (via option Model building button on the GLZ Results - Summary tab) the 10 best subsets according to the chosen criterion (see the keyword BESTCRIT above). The default value is 200.
Applies to. GRM, GLZ (implementation is slightly different; see the GRM syntax keyword MAXSUB)
See also, GLZ - Index.