Well, it's becoming increasingly clear that I have very little idea of what I'm actually doing, but what better purpose in life than to serve as a warning to others. GD10 (growing degree days divided by 10) has replaced days since it is a more reliable measure of time for growth data, and is supposed to be continuous as a covariate. Density really should be set up as a class statement variable, so I went ahead and did that. However, running the proc only led to it not converging, even with iterations increased to 100, so looks like we're back to square one no matter what. Poisson distribution is used for counts, but would gamma distribution or some other one work here? The NLOPTIONS page states that most models fit with the GLIMMIX procedure typically have one or more nonlinear parameters, so does it have any use with my conundrum? The data does take a logistic shape over time, with the shape of that logistic curve being affected by density and population, so is there any way to treat the length-GD10 relationship as logistic rather than linear? I would like to stay away from trying to utilize A, B, and C as dependent variables to be analyzed because that takes us into the cold, dark pit that is multivariate statistics. So let's see what we can do with NLMIXED or GLIMMIX. I've been looking through the SAS-L archives like you've said, but everything there that has to do with NLMIXED seems to be about people wanting to find the values of parameters to model their equations, while I simply want to find type III fixed effects for density, population, and density*population. Thanks for being so patient with me, I know it seems like we're taking one step forward and two steps back.
... View more