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:

Option

Definition

ABSOLUTE

Makes the convergence criterion absolute. By default, it is relative (divided by the current objective function value).

ASYCORR

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)

ASYCOV

This option requests that the asymptotic covariance matrix of the covariance parameters be displayed. By default, this matrix is the observed inverse Fisher information matrix, which equals 2H-1, where H is the Hessian (second derivative) matrix of the objective function.

COVTEST

Displays asymptotic standard error and Wald tests for covariance parameters

DFBW

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.

EMPIRICAL

Computes the estimated variance-covariance matrix of the fixed-effects parameters by using the asymptotically consistent (or sandwich) estimator.

IC

Displays a table of information criteria.

INFO

Displays additional tables of model, dimensional and other information.

ITDETAILS

Displays the parameter values at each iteration and enables the writing of notes to the SAS log pertaining to infinite likelihood and singularities during Newton-Raphson iterations.

LOGNOTE

Writes periodic notes to the SAS log describing the current status of computations.
Note: This option was designed for use with analyses requiring extensive CPU resources.

METHOD=MIVQUE0

Specify this option to perform minimum quadratic unbiased estimation of the covariance parameters.

METHOD=TYPE1

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.
Note: This option applies only to variance component models with no SUBJECT= effects and no REPEATED statement.

METHOD=TYPE2

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.

METHOD=TYPE3

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.

MMEQ

Requests that coefficients of the mixed model equations be displayed.
See Estimating in the Mixed Model for more information.

MMEQSOL

Requests that a solution to the mixed model equations be produced, as well as the inverted coefficients matrix.
See Estimating in the Mixed Model for more information.

NOBOUND

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

NOCLPRINT

Suppresses the display of the Class Level Information table if you do not specify number.
If you do specify number, only levels with totals that are less than number are listed in the table.

NOINFO

Suppresses the display of the "Model Information", "Dimensions", and "Number of Observations" tables.

NOITPRINT

Suppresses the display of the Iteration History table.

NOPROFILE

Includes the residual variance as part of the Newton-Raphson iterations.
This option applies only to models that have a residual variance parameter.
By default, this parameter is profiled out of the likelihood calculations.

ORD

Displays ordinates of the relevant distribution in addition to p-values. The ordinate can be viewed as an approximate odds ratio of hypothesis probabilities.

RATIO

Produces the ratio of the covariance parameter estimates to the estimate of the residual variance when the latter exists in the model.

SIGITER

This is an alias for the NOPROFILE option.

UPDATE

This is an alias for the LOGNOTE option.

To Specify One or More PROC MIXED Options:

8      Left-click on the desired option.
8      To specify more than one option, hold down as you left-click on the desired options.

Refer to the SAS documentation for PROC MIXED for more information.