Skip to content
Prev 5349 / 20628 Next

Warning message: In mer_finalize(ans) : gr cannot be computed at initial par (65)

On Wed, 16 Feb 2011, Kris Jones wrote:

            
Your dataset doesn't seem to have come through, but my guess is that
there are not enough data (given your NAs) to allow fitting of such an 
elaborate model.  Does a "plain" ZIP regression

Juv_Catch ~ Volume + Secchi + EcTop + WaterTemp + AvgD_2 + HoleD_2 + 
Channel_Wdth + Velocity2 + Year

run, and give sensible answers?

Do

glmer(Juv_Catch ~ Volume + Secchi + Year + (1|Station2) + (1|obs)
glmer(Juv_Catch ~ Volume + Secchi + (Year|Station2) + (1|obs)
etc

run?

Cheers, David Duffy.