1.1-5 is the latest version on CRAN. As far as I know, blme works with the versions of lme4 >= 1.0 that made it to CRAN, so 1.0-4, 1.0-5, 1.0-6 and 1.1-5. Vince
On Mar 18, 2014, at 2:51 PM, Ming-Huei Chen wrote:
Is lme4_1.1-4 out-of-date? This is the version I used and encountered the error. Best, Ming-Huei -----Original Message----- From: Vincent Dorie [mailto:vjd4 at nyu.edu] Sent: Tuesday, March 18, 2014 11:48 AM To: Ben Bolker Cc: Yang, Qiong; Ming-Huei Chen; r-sig-mixed-models; lme4-authors at lists.r-forge.r-project.org Subject: Re: [R-sig-ME] gee, geese and glmer
blme::bglmer(case~sex+PC1+PC2+PC3+PC4+(1|famid),family=binomial,data=
test.da
t,fixef.prior=t)
Error in get("checkConv", lme4Env)(attr(opt, "derivs"), opt$par, ctrl
= control$checkConv, :
unused argument (ctrl = control$checkConv)
I believe this can only happen if the installed version of lme4 is out-of-date. If there was a point where checkConv was added but didn't yet have the ctrl formal, you would see that error. Vince