The GENMOD Procedure

Generalized Linear Models Theory

This is a brief introduction to the theory of generalized linear models.

Response Probability Distributions

In generalized linear models, the response is assumed to possess a probability distribution of the exponential form. That is, the probability density of the response Y for continuous response variables, or the probability function for discrete responses, can be expressed as

for some functions a, b, and c that determine the specific distribution. For fixed phi, this is a one-parameter exponential family of distributions. The functions a and c are such that a left-parenthesis phi right-parenthesis equals phi slash w and c equals c left-parenthesis y comma phi slash w right-parenthesis, where w is a known weight for each observation. A variable representing w in the input data set can be specified in the WEIGHT statement. If no WEIGHT statement is specified, w Subscript i Baseline equals 1 for all observations.

Standard theory for this type of distribution gives expressions for the mean and variance of Y:

where the primes denote derivatives with respect to theta. If mu represents the mean of Y, then the variance expressed as a function of the mean is

where V is the variance function.

Probability distributions of the response Y in generalized linear models are usually parameterized in terms of the mean mu and dispersion parameter phi instead of the natural parameter theta. The probability distributions that are available in the GENMOD procedure are shown in the following list. The zero-inflated Poisson and zero-inflated negative binomial distributions are not generalized linear models. However, the zero-inflated distributions are included in PROC GENMOD since they are useful extensions of generalized linear models. See Long (1997) for a discussion of the zero-inflated Poisson and zero-inflated negative binomial distributions. The PROC GENMOD scale parameter and the variance of Y are also shown.

The negative binomial and the zero-inflated negative binomial distributions contain a parameter k, called the negative binomial dispersion parameter. This is not the same as the generalized linear model dispersion phi, but it is an additional distribution parameter that must be estimated or set to a fixed value.

For the binomial distribution, the response is the binomial proportion upper Y equals e v e n t s slash t r i a l s. The variance function is upper V left-parenthesis mu right-parenthesis equals mu left-parenthesis 1 minus mu right-parenthesis, and the binomial trials parameter n is regarded as a weight w.

The density function for the Tweedie distribution when 1 less-than p less-than 2 is expressed in terms of the parameters of the compound Poisson distribution. For more information about this representation, see the section Tweedie Distribution for Generalized Linear Models. For p greater-than 2, the Tweedie random variable has positive support and its density function f left-parenthesis y right-parenthesis can be expressed in terms of stable distributions as defined in Hougaard (1986).

If a weight variable is present, phi is replaced with phi slash w, where w is the weight variable.

PROC GENMOD works with a scale parameter that is related to the exponential family dispersion parameter phi instead of working with phi itself. The scale parameters are related to the dispersion parameter as shown previously with the probability distribution definitions. Thus, the scale parameter output in the "Analysis of Parameter Estimates" table is related to the exponential family dispersion parameter. If you specify a constant scale parameter with the SCALE= option in the MODEL statement, it is also related to the exponential family dispersion parameter in the same way.

Log-Likelihood Functions

Log-likelihood functions for the distributions that are available in the procedure are parameterized in terms of the means mu Subscript i and the dispersion parameter phi. Zero-inflated log likelihoods are parameterized in terms two parameters, lamda and omega. The parameter omega is the zero-inflation probability, and lamda is a function of the distribution mean. The relationship between the mean of the zero-inflated Poisson and zero-inflated negative binomial distributions and the parameter lamda is defined in the section Response Probability Distributions. The term y Subscript i represents the response for the ith observation, f Subscript i represents a frequency weight that is specified in a FREQ statement, and w Subscript i represents a known dispersion weight that is specified in a WEIGHT statement. If no WEIGHT statement is specified, then w Subscript i Baseline equals 1 for all observations. If no FREQ statement is specified, then f Subscript i Baseline equals 1 for all observations. The log-likelihood functions are of the form

where the sum is over the observations. The forms of the individual contributions

are shown in the following list; the parameterizations are expressed in terms of the mean and dispersion parameters.

For the discrete distributions (binomial, multinomial, negative binomial, and Poisson), the functions computed as the sum of the l Subscript i terms are not proper log-likelihood functions, since terms involving binomial coefficients or factorials of the observed counts are dropped from the computation of the log likelihood, and a dispersion parameter phi is included in the computation. Deletion of factorial terms and inclusion of a dispersion parameter do not affect parameter estimates or their estimated covariances for these distributions, and this is the function used in maximum likelihood estimation. The value of phi used in computing the reported log-likelihood function is either the final estimated value, or the fixed value, if the dispersion parameter is fixed. Even though it is not a proper log-likelihood function in all cases, the function computed as the sum of the l Subscript i terms is reported in the output as the log likelihood. The proper log-likelihood function is also computed as the sum of the l l Subscript i terms in the following list, and it is reported as the full log likelihood in the output.

Maximum Likelihood Fitting

The GENMOD procedure uses a ridge-stabilized Newton-Raphson algorithm to maximize the log-likelihood function upper L left-parenthesis bold y comma bold-italic mu comma phi right-parenthesis with respect to the regression parameters. By default, the procedure also produces maximum likelihood estimates of the scale parameter as defined in the section Response Probability Distributions for the normal, inverse Gaussian, negative binomial, and gamma distributions.

On the rth iteration, the algorithm updates the parameter vector bold-italic beta Subscript r with

where bold upper H is the Hessian (second derivative) matrix, and bold s is the gradient (first derivative) vector of the log-likelihood function, both evaluated at the current value of the parameter vector. That is,

and

In some cases, the scale parameter is estimated by maximum likelihood. In these cases, elements corresponding to the scale parameter are computed and included in bold s and bold upper H.

If eta Subscript i Baseline equals bold x prime Subscript i Baseline bold-italic beta is the linear predictor for observation i and g is the link function, then eta Subscript i Baseline equals g left-parenthesis mu Subscript i Baseline right-parenthesis, so that mu Subscript i Baseline equals g Superscript negative 1 Baseline left-parenthesis bold x prime Subscript i Baseline bold-italic beta right-parenthesis is an estimate of the mean of the ith observation, obtained from an estimate of the parameter vector bold-italic beta.

The gradient vector and Hessian matrix for the regression parameters are given by

where bold upper X is the design matrix, bold x Subscript i is the transpose of the ith row of X, and V is the variance function. The matrix bold upper W Subscript o is diagonal with its ith diagonal element

where

The primes denote derivatives of g and V with respect to mu. The negative of bold upper H is called the observed information matrix. The expected value of bold upper W Subscript o is a diagonal matrix bold upper W Subscript e with diagonal values w Subscript e i. If you replace bold upper W Subscript o with bold upper W Subscript e, then the negative of bold upper H is called the expected information matrix. bold upper W Subscript e is the weight matrix for the Fisher scoring method of fitting. Either bold upper W Subscript o or bold upper W Subscript e can be used in the update equation. The GENMOD procedure uses Fisher scoring for iterations up to the number specified by the SCORING option in the MODEL statement, and it uses the observed information matrix on additional iterations.

Covariance and Correlation Matrix

The estimated covariance matrix of the parameter estimator is given by

where bold upper H is the Hessian matrix evaluated using the parameter estimates on the last iteration. Note that the dispersion parameter, whether estimated or specified, is incorporated into bold upper H. Rows and columns corresponding to aliased parameters are not included in bold upper Sigma.

The correlation matrix is the normalized covariance matrix. That is, if sigma Subscript i j is an element of bold upper Sigma, then the corresponding element of the correlation matrix is sigma Subscript i j Baseline slash sigma Subscript i Baseline sigma Subscript j, where sigma Subscript i Baseline equals StartRoot sigma Subscript i i Baseline EndRoot.

Goodness of Fit

Two statistics that are helpful in assessing the goodness of fit of a given generalized linear model are the scaled deviance and Pearson’s chi-square statistic. For a fixed value of the dispersion parameter phi, the scaled deviance is defined to be twice the difference between the maximum achievable log likelihood and the log likelihood at the maximum likelihood estimates of the regression parameters.

Note that these statistics are not valid for GEE models.

If l left-parenthesis bold y comma bold-italic mu right-parenthesis is the log-likelihood function expressed as a function of the predicted mean values bold-italic mu and the vector bold y of response values, then the scaled deviance is defined by

For specific distributions, this can be expressed as

where D is the deviance. The following table displays the deviance for each of the probability distributions available in PROC GENMOD. The deviance cannot be directly calculated for zero-inflated models. Twice the negative of the log likelihood is reported instead of the proper deviance for the zero-inflated Poisson and zero-inflated negative binomial.

Distribution Deviance
Normal sigma-summation Underscript i Endscripts f Subscript i Baseline w Subscript i Baseline left-parenthesis y Subscript i Baseline minus mu Subscript i Baseline right-parenthesis squared
Poisson 2 sigma-summation Underscript i Endscripts f Subscript i Baseline w Subscript i Baseline left-bracket y Subscript i Baseline log left-parenthesis StartFraction y Subscript i Baseline Over mu Subscript i Baseline EndFraction right-parenthesis minus left-parenthesis y Subscript i Baseline minus mu Subscript i Baseline right-parenthesis right-bracket
Binomial 2 sigma-summation Underscript i Endscripts f Subscript i Baseline w Subscript i Baseline m Subscript i Baseline left-bracket y Subscript i Baseline log left-parenthesis StartFraction y Subscript i Baseline Over mu Subscript i Baseline EndFraction right-parenthesis plus left-parenthesis 1 minus y Subscript i Baseline right-parenthesis log left-parenthesis StartFraction 1 minus y Subscript i Baseline Over 1 minus mu Subscript i Baseline EndFraction right-parenthesis right-bracket
Gamma 2 sigma-summation Underscript i Endscripts f Subscript i Baseline w Subscript i Baseline left-bracket minus log left-parenthesis StartFraction y Subscript i Baseline Over mu Subscript i Baseline EndFraction right-parenthesis plus StartFraction y Subscript i Baseline minus mu Subscript i Baseline Over mu Subscript i Baseline EndFraction right-bracket
Inverse Gaussian sigma-summation Underscript i Endscripts StartFraction f Subscript i Baseline w Subscript i Baseline left-parenthesis y Subscript i Baseline minus mu Subscript i Baseline right-parenthesis squared Over mu Subscript i Superscript 2 Baseline y Subscript i Baseline EndFraction
Multinomial sigma-summation Underscript i Endscripts sigma-summation Underscript j Endscripts f Subscript i Baseline w Subscript i Baseline y Subscript i j Baseline log left-parenthesis StartFraction y Subscript i j Baseline Over p Subscript i j Baseline m Subscript i Baseline EndFraction right-parenthesis
Negative binomial 2 sigma-summation Underscript i Endscripts f Subscript i Baseline left-bracket y log left-parenthesis y slash mu right-parenthesis minus left-parenthesis y plus w Subscript i Baseline slash k right-parenthesis log left-parenthesis StartFraction y plus w Subscript i Baseline slash k Over mu plus w Subscript i Baseline slash k EndFraction right-parenthesis right-bracket
Zero-inflated Poisson minus 2 sigma-summation Underscript i Endscripts f Subscript i Baseline StartLayout Enlarged left-brace 1st Row 1st Column w Subscript i Baseline log left-bracket omega Subscript i Baseline plus left-parenthesis 1 minus omega Subscript i Baseline right-parenthesis exp left-parenthesis minus mu Subscript i Baseline right-parenthesis right-bracket 2nd Column y Subscript i Baseline equals 0 2nd Row 1st Column w Subscript i Baseline left-bracket log left-parenthesis 1 minus omega Subscript i Baseline right-parenthesis plus y Subscript i Baseline log left-parenthesis mu Subscript i Baseline right-parenthesis minus 2nd Column Blank 3rd Row 1st Column mu Subscript i Baseline minus log left-parenthesis y Subscript i Baseline factorial right-parenthesis right-bracket 2nd Column y Subscript i Baseline greater-than 0 EndLayout
Zero-inflated negative binomial minus 2 sigma-summation Underscript i Endscripts f Subscript i Baseline StartLayout Enlarged left-brace 1st Row 1st Column log left-bracket omega Subscript i Baseline plus left-parenthesis 1 minus omega Subscript i Baseline right-parenthesis left-parenthesis 1 plus StartFraction k Over w Subscript i Baseline EndFraction lamda right-parenthesis right-bracket 2nd Column y Subscript i Baseline equals 0 2nd Row 1st Column log left-parenthesis 1 minus omega Subscript i Baseline right-parenthesis plus y Subscript i Baseline log left-parenthesis StartFraction k lamda Over w Subscript i Baseline EndFraction right-parenthesis minus 2nd Column Blank 3rd Row 1st Column left-parenthesis y Subscript i Baseline plus StartFraction w Subscript i Baseline Over k EndFraction right-parenthesis log left-parenthesis 1 plus StartFraction k lamda Over w Subscript i Baseline EndFraction right-parenthesis plus 2nd Column Blank 4th Row 1st Column log left-parenthesis StartStartFraction normal upper Gamma left-parenthesis y Subscript i Baseline plus StartFraction w Subscript i Baseline Over k EndFraction right-parenthesis OverOver normal upper Gamma left-parenthesis y Subscript i Baseline plus 1 right-parenthesis normal upper Gamma left-parenthesis StartFraction w Subscript i Baseline Over k EndFraction right-parenthesis EndEndFraction right-parenthesis 2nd Column y Subscript i Baseline greater-than 0 EndLayout
Tweedie minus 2 sigma-summation Underscript i Endscripts f Subscript i Baseline w Subscript i Baseline left-bracket StartFraction y Subscript i Superscript 2 minus p Baseline minus left-parenthesis 2 minus p right-parenthesis y Subscript i Baseline mu Subscript i Superscript 1 minus p Baseline plus left-parenthesis 1 minus p right-parenthesis mu Subscript i Superscript 2 minus p Baseline Over left-parenthesis 1 minus p right-parenthesis left-parenthesis 2 minus p right-parenthesis EndFraction right-bracket

In the binomial case, y Subscript i Baseline equals r Subscript i Baseline slash m Subscript i, where r Subscript i is a binomial count and m Subscript i is the binomial number of trials parameter.

In the multinomial case, y Subscript i j refers to the observed number of occurrences of the jth category for the ith subpopulation defined by the AGGREGATE= variable, m Subscript i is the total number in the ith subpopulation, and p Subscript i j is the category probability.

Pearson’s chi-square statistic is defined as

and the scaled Pearson’s chi-square is upper X squared slash phi.

In the Tweedie case, the unit deviance is based on the quasi-likelihood function. Taking the limit of the deviance as p right-arrow 1 and p right-arrow 2 reduces to the deviance for the Poisson and gamma distributions, respectively. For more information about the Tweedie distribution, see the section Tweedie Distribution for Generalized Linear Models.

The scaled version of both of these statistics, under certain regularity conditions, has a limiting chi-square distribution, with degrees of freedom equal to the number of observations minus the number of parameters estimated. The scaled version can be used as an approximate guide to the goodness of fit of a given model. Use caution before applying these statistics to ensure that all the conditions for the asymptotic distributions hold. McCullagh and Nelder (1989) advise that differences in deviances for nested models can be better approximated by chi-square distributions than the deviances can themselves.

In cases where the dispersion parameter is not known, an estimate can be used to obtain an approximation to the scaled deviance and Pearson’s chi-square statistic. One strategy is to fit a model that contains a sufficient number of parameters so that all systematic variation is removed, estimate phi from this model, and then use this estimate in computing the scaled deviance of submodels. The deviance or Pearson’s chi-square divided by its degrees of freedom is sometimes used as an estimate of the dispersion parameter phi. For example, since the limiting chi-square distribution of the scaled deviance upper D Superscript asterisk Baseline equals upper D slash phi has n minus p degrees of freedom, where n is the number of observations and p is the number of parameters, equating upper D Superscript asterisk to its mean and solving for phi yields ModifyingAbove phi With caret equals upper D slash left-parenthesis n minus p right-parenthesis. Similarly, an estimate of phi based on Pearson’s chi-square upper X squared is ModifyingAbove phi With caret equals upper X squared slash left-parenthesis n minus p right-parenthesis. Alternatively, a maximum likelihood estimate of phi can be computed by the procedure, if desired. See the discussion in the section Type 1 Analysis for more about the estimation of the dispersion parameter.

Other Fit Statistics

The Akaike information criterion (AIC) is a measure of goodness of model fit that balances model fit against model simplicity. AIC has the form

where p is the number of parameters estimated in the model, and LL is the log likelihood evaluated at the value of the estimated parameters. An alternative form is the corrected AIC given by

where n is the total number of observations used.

The Bayesian information criterion (BIC) is a similar measure. BIC is defined by

See Akaike (1981, 1979) for details of AIC and BIC. See Simonoff (2003) for a discussion of using AIC, AICC, and BIC with generalized linear models. These criteria are useful in selecting among regression models, with smaller values representing better model fit. PROC GENMOD uses the full log likelihoods defined in the section Log-Likelihood Functions, with all terms included, for computing all of the criteria.

Dispersion Parameter

There are several options available in PROC GENMOD for handling the exponential distribution dispersion parameter. The NOSCALE and SCALE options in the MODEL statement affect the way in which the dispersion parameter is treated. If you specify the SCALE=DEVIANCE option, the dispersion parameter is estimated by the deviance divided by its degrees of freedom. If you specify the SCALE=PEARSON option, the dispersion parameter is estimated by Pearson’s chi-square statistic divided by its degrees of freedom.

Otherwise, values of the SCALE and NOSCALE options and the resultant actions are displayed in the following table.

NOSCALE SCALE=value Action
Present Present Scale fixed at value
Present Not present Scale fixed at 1
Not present Not present Scale estimated by ML
Not present Present Scale estimated by ML,
  starting point at value
Present (negative binomial) Not present k fixed at 0

The meaning of the scale parameter displayed in the "Analysis Of Parameter Estimates" table is different for the gamma distribution than for the other distributions. The relation of the scale parameter as used by PROC GENMOD to the exponential family dispersion parameter phi is displayed in the following table. For the binomial and Poisson distributions, phi is the overdispersion parameter, as defined in the "Overdispersion" section, which follows.

Distribution Scale
Normal StartRoot phi EndRoot
Inverse Gaussian StartRoot phi EndRoot
Gamma 1 slash phi
Binomial StartRoot phi EndRoot
Poisson StartRoot phi EndRoot

In the case of the negative binomial distribution, PROC GENMOD reports the "dispersion" parameter estimated by maximum likelihood. This is the negative binomial parameter k defined in the section Response Probability Distributions.

Overdispersion

Overdispersion is a phenomenon that sometimes occurs in data that are modeled with the binomial or Poisson distributions. If the estimate of dispersion after fitting, as measured by the deviance or Pearson’s chi-square, divided by the degrees of freedom, is not near 1, then the data might be overdispersed if the dispersion estimate is greater than 1 or underdispersed if the dispersion estimate is less than 1. A simple way to model this situation is to allow the variance functions of these distributions to have a multiplicative overdispersion factor phi:

An alternative method to allow for overdispersion in the Poisson distribution is to fit a negative binomial distribution, where upper V left-parenthesis mu right-parenthesis equals mu plus k mu squared, instead of the Poisson. The parameter k can be estimated by maximum likelihood, thus allowing for overdispersion of a specific form. This is different from the multiplicative overdispersion factor phi, which can accommodate many forms of overdispersion.

The models are fit in the usual way, and the parameter estimates are not affected by the value of phi. The covariance matrix, however, is multiplied by phi, and the scaled deviance and log likelihoods used in likelihood ratio tests are divided by phi. The profile likelihood function used in computing confidence intervals is also divided by phi. If you specify a WEIGHT statement, phi is divided by the value of the WEIGHT variable for each observation. This has the effect of multiplying the contributions of the log-likelihood function, the gradient, and the Hessian by the value of the WEIGHT variable for each observation.

The SCALE= option in the MODEL statement enables you to specify a value of sigma equals StartRoot phi EndRoot for the binomial and Poisson distributions. If you specify the SCALE=DEVIANCE option in the MODEL statement, the procedure uses the deviance divided by degrees of freedom as an estimate of phi, and all statistics are adjusted appropriately. You can use Pearson’s chi-square instead of the deviance by specifying the SCALE=PEARSON option.

The function obtained by dividing a log-likelihood function for the binomial or Poisson distribution by a dispersion parameter is not a legitimate log-likelihood function. It is an example of a quasi-likelihood function. Most of the asymptotic theory for log likelihoods also applies to quasi-likelihoods, which justifies computing standard errors and likelihood ratio statistics by using quasi-likelihoods instead of proper log likelihoods. For details on quasi-likelihood functions, see McCullagh and Nelder (1989, Chapter 9), McCullagh (1983); Hardin and Hilbe (2003).

Although the estimate of the dispersion parameter is often used to indicate overdispersion or underdispersion, this estimate might also indicate other problems such as an incorrectly specified model or outliers in the data. You should carefully assess whether this type of model is appropriate for your data.

Last updated: October 28, 2020