Message-ID: <47F0D558.9010605@stats.gla.ac.uk>
Date: 2008-03-31T12:13:12Z
From: Boikanyo Makubate
Subject: lmer function.
I am using the lmer function from the lme4 package. I wrote the
following statement, specifying the method to be adaptive Gaussian
quadrature. I am getting an error saying "method = "AGQ" not yet
implemented for supernodal representation". Please help.
> fit <-
lmer(response~beta1+(1|patient),family=binomial,method="AGQ",data=data.2)
Boikanyo.