Skip to content
Back to formatted view

Raw Message

Message-ID: <1321387868.45647.YahooMailNeo@web120608.mail.ne1.yahoo.com>
Date: 2011-11-15T20:11:08Z
From: Scott Raynaud
Subject: package installtion
In-Reply-To: <1321386601.715.YahooMailNeo@web120616.mail.ne1.yahoo.com>

Never mind-I fixed it.

My script is throwing the following error: 

"Error in glmer(formula = modelformula, data = data, family = binomial(link = logit),? : 
? Argument ?method? is deprecated.
Use ?nAGQ? to choose AGQ.? PQL is not available."

I remember hearing somewhere that PQL is no longer available on lme4 but I have AGQ specified.??? 

Here's the line that fits my model:

(fitmodel <- lmer(modelformula,data,family=binomial(link=logit),method="AGQ"))

If I change it to nAGQ I still get an error.

Any ideas as to what's going on?
?
----- Original Message -----
From: Scott Raynaud <scott.raynaud at yahoo.com>
To: "r-help at r-project.org" <r-help at r-project.org>
Cc: 
Sent: Tuesday, November 15, 2011 1:50 PM
Subject: package installtion

I'm getting the following error in a script: "Error: could not find function "lmer."??? I'm wondering of my lme4 package is installed incorrectly.? Can someone tell me the installation procedure?? I looked at the support docs but couldn't translate that into anything that would work.