From: Monica Grandison <GRANDISM@mail.rx.uga.edu>
Subject: CELS error message
Date: Fri, 11 May 2001 17:15:35 GMT
While attempting to generate index plots to build a structural model I recieved the following error message
Error in CELS with individual 15, (ID number 16).
Weighted sum of squared individuals residuals is infinite.
Message issured from estimation step at initial obj function evaluation.
To generate these index plots I used ADVAN3 TRANS4. In an effort to determine that the error was not due to the data input, I added one patient at a time and ran the model. I was able to generate estimates up until this patient.
What error in the code or data would generate this error message?
Thank you
MK Grandison
CELS error message
2 messages
2 people
Latest: May 14, 2001
Date: Mon, 14 May 2001 15:37:03 -0700 (PDT)
From: stuart@c255.ucsf.edu
The actual error message is:
WEIGHTED SUM OF "SQUARED" INDIVIDUAL RESIDUALS IS INFINITE
It is to be understood pretty much at face value.
An individual residual is the difference between a response and its individual-specific prediction, (when there are L2 records, the response may be multivariate, and the residual will be a vector difference). A squared individual residual is the square of the residual (when the residual is a vector; it's square is the scalar product of the vector with itself). The phrase "weighted sum" may be confusing. It actually refers to the sum of weighted squared individual residuals. A weighted squared individual residual is the squared residual multiplied by the reciprocal of the intraindividual variance of the residual (when the residual is a vector, the weight is the inverse of the intraindividual variance-covariance of the residual). The sum in question is that sum of weighted squared residuals which ordinarily shows up in the expression for the conditional likelihood for the data from the individual.
When can it be infinite?
Here are a few possibilities:
1. There is an error in the coding for a prediction, so that the prediction is very large (in absolute value), and along with a very small intraindividual variance, the weighted squared residual is effectively infinite. (E.g. the prediction is a logarithm, whose argument is mistakenly coded so that it is very small.)
2. The prediction is very large due to an incorrect value on the data record containing the response.
3. An initial estimate of an element of SIGMA is mistakenly very small, so that an intraindividual variance is very small, and the weighted squared residual is effectively infinite.
4. A prediction is mistakenly very small and this has the effect of making the intraindividual variance very small (as with a constant cv intraindividual variance model), and so the weighted squared residual is effectively infinite.
5. A intraindividual variance model is being used which legitimately produces a very small variance, but the corresonding residual is not correspondingly small, and the variance model is inappropriate.
There are other possibilities, and there can be combinations of possibilities.