PROC QUANTSELECT Modeling Options

Use this field to specify additional modeling options in the PROC QUANTSELECT 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 QUANTSELECT MODEL option using the following syntax:

Option

where:

Option is the PROC QUANTSELECT MODEL option.

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

Option

Definition

DETAILS=(detail)

Specifies additional details to be displayed.

QUANTILES=

This option enables you to specify the quantile level s to be assigned.

STATS=(statistics)

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

TEST=

This option enables you to specify the test type for computing significance levels.

To Specify One or More PROC QUANTSELECT MODEL Options:

8 Type specific PROC QUANTSELECT MODEL options in the PROC QUANTSELECT Modeling Options field.
8 For example, to display the quantile regression R statistic, type STATS=R1 in the text field, as shown below.
8 Be sure to separate individual options with a space.

Refer to the SAS QUANTSELECT MODEL Statement documentation for more information.