Parameters | Predictive Modeling | PROC MIXED Statement Options

PROC MIXED Statement Options
Enter SAS PROC MIXED statement options in this field to override default parameters.
You can specify any PROC MIXED option using the following syntax:
Option
where:
Option is the PROC MIXED option, and
a space is used to delimit individual conditions.
Examples of commonly used PROC MIXED options are listed in the following table:
This option requests that confidence limits be constructed for the covariance parameter estimates with confidence level 1- n . The value of n must be between 0 and 1; the default is 0.05
Specifies the length of effect names in tables and output data sets to be n characters, where n is a value between 20 and 200. The default length is 20 characters.
Specifies the starting value ( n ) for the minimum ridge value used in the Newton-Raphson algorithm. The default is 0.3125
To Specify One or More PROC MIXED Options:
*
Type specific PROC MIXED options in the PROC MIXED Statement Options field.
For example, to specify that names be restricted to 10 characters, type NAMELEN=10 in the text field, as shown below:
For Additional Information
Refer to the PROC MIXED documentation for more information.