@Brendan42 - these are great replies, and really cover everything that I thought of. At this point, the only difference between the literature approach and your code is the PARMS vector. In stage 1, the lit approach uses .0.1, with #3 and #5 bounded below by zero, and in stage 2, fixing 17 parameters to 1. I assume your code is for stage 1, and until we get that to behave, there really isn't much sense in trying stage 2. The first thing I noticed is that you are applying a hold to 42 parameters, but the list has 20 parameters bounded below by 0, 20 parameters with some bounded below and others allowed to vary, and 1 other that I can't attribute bounded below by 0. The last of the 42 must be the residual variance and is not included in the code (yes/no ?). Is there anything in the Macholdt paper that explains the values that they plug into the stage 1 parms statement? Note also that since they are using PROC MIXED, they are using a REML approach, rather than the maximum likelihood method you specify. That could be saving them from some of the issues you are having (and maybe not, but it seems like something to try).
SteveDenham
... View more