Skip to content
Prev 82984 / 398502 Next

glmmADMB: Generalized Linear Mixed Models using AD Model Builder

Well, the dataset which I send in my previous message did without any 
doubt come from a multilevel model (generated and fitted under the 
binomial probit link), and gave the earlier posted error message while 
fitting it with the latest version of lmer:

Warning: IRLS iterations for PQL did not converge
Error in objective(.par, ...) : Unable to invert singular factor of 
downdated X'X

When data is generated from a specified model with reasonable parameter 
values, it should be possible to fit such a model successful, or is this 
me being stupid? We could try other parameter values, link functions 
and/or more cases in a class if these given below are somehow implausible.

500 samples are drawn with the model specification (binomial probit):
y = (intercept*f1+pred2*f2+pred3*f3)+(intercept*ri+pred2*rs)
     where pred2 and pred3 are predictors distributed N(0,1)
     f1..f3 are fixed effects, f1=-1, f2=1.5, f3=0.5
     ri is random intercept with associated variance var_ri=0.2
     rs is random slope with associated variance var_rs=0.4
     the covariance between ri and rs "covr"=0.1

1500 units/dataset, class size=30

Best regards,
	Roel de Jong
Douglas Bates wrote: