Processes | Expression Parameters | PROC MIXED Options

PROC MIXED Options
Use this parameter to select any options to be added to the PROC MIXED statement.
Available options are listed in the following table:
Displays asymptotic correlation matrix of covariance parameter estimates. It is computed from the corresponding asymptotic covariance matrix (see the description of the ASYCOV option, below)
Displays asymptotic standard error and Wald tests for covariance parameters
Specifies the method for computing the denominator degrees of freedom for the tests of fixed effects resulting from the MODEL, CONTRAST, ESTIMATE, and LSMEANS statements.
Displays additional tables of model , dimensional and other information.
Note : This option was designed for use with analyses requiring extensive CPU resources.
When you select this option, an analysis of variance table is included in the output, and the expected mean squares are used to estimate the variance components. (See The GLM Procedure for further explanation.) The resulting method-of-moment variance component estimates are used in subsequent calculations, including Type 1 standard error computed from ESTIMATE and LSMEANS statements.
When you select this option, an analysis of variance table is included in the output, and the expected mean squares are used to estimate the variance components. (See The GLM Procedure for further explanation.) The resulting method-of-moment variance component estimates are used in subsequent calculations, including Type 2 standard errors computed from ESTIMATE and LSMEANS statements.
Note : This option applies only to variance component models with no SUBJECT= effects and no REPEATED statement.
When you select this option, an analysis of variance table is included in the output, and the expected mean squares are used to estimate the variance components. (See The GLM Procedure for further explanation.) The resulting method-of-moment variance component estimates are used in subsequent calculations, including Type 3 standard errors computed from ESTIMATE and LSMEANS statements.
Note : This option applies only to variance component models with no SUBJECT= effects and no REPEATED statement.
Displays ordinates of the relevant distribution in addition to p-values . The ordinate can be viewed as an approximate odds ratio of hypothesis probabilities.
To Specify One or More PROC MIXED Options:
*
*
To specify more than one option, hold down Ctrl as you left-click on the desired options.
Refer to the SAS documentation for PROC MIXED for more information.