PROC GLMSELECT Modeling Options

Use this field to specify additional modeling options in the PROC GLMSELECT MODEL statement.

The MODEL statement names the dependent variable and the explanatory effects, including covariates, main effects, constructed effects, interactions, and nested effects.

You can specify any PROC GLMSELECT MODEL option using the following syntax:

Option

where:

Option is the PROC GLMSELECT MODEL option.

Some PROC GLMSELECT MODEL options are described in the following table:

Option

Definition

CVDETAILS=(detail)

Requests specified details when cross validation is used.

DETAILS=(detail)

Specifies additional details to be displayed.

STATS=(statistics)

This option enables you to specify additional statistics to be displayed.

SHOWPVALUES

Requests p-values in “ ANOVA” and “Parameter Estimate” tables.

To Specify One or More PROC GLMSELECT MODEL Options:

8 Type specific PROC GLMSELECT MODEL options in the PROC GLMSELECT Modeling Options field.
8 For example, to show relevant p-values, type SHOWPVALUES in the text field, as shown below.
8 Be sure to separate individual options with a space.

Refer to the SAS PROC GLMSELECT MODEL Statement documentation for more information.