Usage Note 23001: Understanding the GENMOD error that "the mean parameter is invalid or at a limit of its range"
This error message indicates that the distribution's estimated mean falls outside its valid range when using the estimated parameters of the model to estimate the mean. For example, in a binomial response (logistic) model, this error appears if the estimated binomial mean, p, is less than zero or greater than one. In a Poisson model, it appears if the estimated Poisson mean, λ, is less than zero.
There is no single cause for this error message that can be readily seen by examining the data or model specification. However, the error often happens when the default link function is not used. For example, when the response has a binomial distribution, the default logit link maps any value of the linear predictor (x'β) into the valid range for the binomial mean (0≤p≤1) which usually avoids this error. But if you instead use the log link function, such as when trying to model a relative risk, this error message occurs when the linear predictor is positive for some observation resulting in an estimated mean greater than one. Similarly, the use of the identity link does not ensure valid mean values for response distributions having bounded ranges of their means such the binomial, Poisson, gamma, and others. When using nondefault link functions, the estimated mean may remain in its valid range for a given model and a particular set of data, but any change in the model or data may result in an invalid estimated mean for one or more observations.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Usage Note |
Priority: | low |
Topic: | Analytics ==> Analysis of Variance Analytics ==> Categorical Data Analysis SAS Reference ==> Procedures ==> GENMOD Analytics ==> Regression
|
Date Modified: | 2007-10-11 16:46:29 |
Date Created: | 2002-12-16 10:56:41 |