PROC GLIMMIX Statement Options

Enter SAS PROC GLIMMIX options in this field to override default parameters.

You can specify any PROC GLIMMIX option using the following syntax:

Option

where:

Option is the PROC GLIMMIX option, and
a space is used to delimit individual conditions.

Examples of commonly used PROC GLIMMIX options are listed in the following table.

Option

Definition

NOBOUND

Requests the removal of boundary constraints on covariance and scale parameters in mixed models. For example, variance components have a default lower boundary constraint of 0, and the NOBOUND option allows their estimates to be negative.

NOBSDETAIL

Adds detailed information to the "Number of Observations" table to reflect how many observations were excluded from the analysis and for which reason.

ODDSRATIO

Requests that odds ratios be added to the output when applicable. Odds ratios and their confidence limits are reported only for models with logit, cumulative logit, or generalized logit link.

To Specify One or More PROC GLIMMIX Options:

8 Type specific PROC GLIMMIX options in the PROC GLIMMIX Statement Options field.

For example, to add additional information about excluded observations, type NOBSDETAIL in the text field, as shown below:

For Additional Information

Refer to the SAS PROC GLIMMIX documentation for more information.