Parameters | Expression Parameters | PROC GLIMMIX Options

PROC GLIMMIX Options
Use this parameter to select any options to be added to the PROC GLIMMIX 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)
Computes the estimated variance-covariance matrix of the fixed-effects parameters by using the asymptotically consistent (or sandwich) estimator.
The GLIMMIX procedure normally computes various IC that typically apply a penalty to the (possibly restricted) log likelihood, log pseudo-likelihood, or log quasi-likelihood that depends on the number of parameters and/or the sample size.
The GLIMMIX procedure normally computes various IC that typically apply a penalty to the (possibly restricted) log likelihood, log pseudo-likelihood, or log quasi-likelihood that depends on the number of parameters and/or the sample size.
Note: For METHOD=MSPL, METHOD=MMPL, METHOD=LAPLACE, and METHOD=QUAD, the IC=Q and IC=PQ options produce the same results.
The GLIMMIX procedure normally computes various IC that typically apply a penalty to the (possibly restricted) log likelihood, log pseudo-likelihood, or log quasi-likelihood that depends on the number of parameters and/or the sample size.
This is the default option for linear mixed model with normal errors, and the resulting information criteria are identical to the IC option specified using PROC MIXED Options.
Note: For METHOD=MSPL, METHOD=MMPL, METHOD=LAPLACE, and METHOD=QUAD, the IC=Q and IC=PQ options produce the same results.
Note: This option was designed for use with analyses requiring extensive CPU resources.
The RSPL option specifies that the estimation is based on a Residual likelihood with a Subject-specific expansion locus. The PL abbreviation identifies the method as a pseudo-likelihood technique.
The MSPL option specifies that the estimation is based on a Maximum likelihood (R) with a Subject-specific expansion locus. The PL abbreviation identifies the method as a pseudo-likelihood technique.
The RMPL option specifies that the estimation is based on a Residual likelihood with a Marginal-specific expansion locus. The PL abbreviation identifies the method as a pseudo-likelihood technique.
The MMPL option specifies that the estimation is based on a Maximum likelihood with a Marginal-specific expansion locus. The PL abbreviation identifies the method as a pseudo-likelihood technique.
Twice the negative of the resulting log-likelihood approximation is the objective function that the procedure minimizes to determine parameter estimates. Laplace estimates typically exhibit better asymptotic behavior and less small-sample bias than pseudo-likelihood estimators. On the other hand, the class of models for which a Laplace approximation of the marginal log likelihood is available is much smaller compared to the class of models to which PL estimation can be applied.
Approximates the marginal log likelihood with an adaptive Gauss-Hermite quadrature.
Compared to METHOD=LAPLACE, the models for which parameters can be estimated by quadrature are further restricted.
Requests that the starting values for the fixed effects not be obtained by first fitting a generalized linear model.
Specifies that the levels of the classification variables are sorted in the order in which they appear in the input data set.
Note: In generalized linear models with normally distributed data, you can use the PROFILE option to request profiling of the residual variance.
To Specify One or More PROC GLIMMIX Options:
*
*
To specify more than one option, hold down Ctrl as you left-click on the desired options.
Refer to the SAS PROC GLIMMIX documentation for more information and references.