The GLIMMIX Procedure

Scale and Dispersion Parameters

The parameter phi in the log-likelihood functions is a scale parameter. McCullagh and Nelder (1989, p. 29) refer to it as the dispersion parameter. With the exception of the normal distribution, phi does not correspond to the variance of an observation, the variance of an observation in a generalized linear model is a function of phi and mu. In a generalized linear model (GLM mode), the GLIMMIX procedure displays the estimate of phi is as "Scale" in the "Parameter Estimates" table. Note that for some distributions this scale is different from that reported by the GENMOD procedure in its "Parameter Estimates" table. The scale reported by PROC GENMOD is sometimes a transformation of the dispersion parameter in the log-likelihood function. Table 23 displays the relationship between the "Scale" entries reported by the two procedures in terms of the phi (or k) parameter in the PROC GLIMMIX log-likelihood functions.

Table 23: Scales in Parameter Estimates Table

Distribution PROC GLIMMIX Reports PROC GENMOD Reports
Beta ModifyingAbove phi With caret N/A
Gamma ModifyingAbove phi With caret 1 slash ModifyingAbove phi With caret
Inverse Gaussian ModifyingAbove phi With caret StartRoot ModifyingAbove phi With caret EndRoot
Negative binomial ModifyingAbove k With caret ModifyingAbove k With caret
Normal ModifyingAbove phi With caret equals ModifyingAbove normal upper V normal a normal r With caret left-bracket upper Y right-bracket StartRoot ModifyingAbove phi With caret EndRoot


Note that for normal linear models, PROC GLIMMIX by default estimates the parameters by restricted maximum likelihood, whereas PROC GENMOD estimates the parameters by maximum likelihood. As a consequence, the scale parameter in the "Parameter Estimates" table of the GLIMMIX procedure coincides for these models with the mean-squared error estimate of the GLM or REG procedure. To obtain maximum likelihood estimates in a normal linear model in the GLIMMIX procedure, specify the NOREML option in the PROC GLIMMIX statement.

Last updated: December 09, 2022