Skip to content

pwrssUpdate Error with new version of lme4

2 messages · Johannes Radinger, Steve Walker

#
Thanks for the reproducible example.  Unfortunately, I can't reproduce 
your "pwrssUdate did not converge..." error.  Instead I get another error:

 > library(lme4)
 > mod <- glmer(presabs~predictor+(1|species),family=binomial,data=mydf)
Error in (function (fr, X, reTrms, family, nAGQ = 1L, verbose = 0L, 
control = glmerControl(),  :
   c++ exception (unknown reason)


"pwrssUpdate did not converge..." could be related to "c++ exception..." 
- I don't know. Before I investigate, would you be able to run your 
example and send the output and sessionInfo(). I'd like to confirm that 
the example you sent actually generates the "pwrssUpdate did not 
converge..." error? If it does, than I'm confused why I can't reproduce 
your problem.

Steve
On 2013-09-23 11:37 AM, Johannes Radinger wrote: