Skip to content
Prev 115731 / 398498 Next

lmer function

On 5/14/07, Iasonas Lamprianou <lamprianou at yahoo.com> wrote:
What version of the lme4 package are you using?  (Use sessionInfo() to
check.)  I think the bug that causes that warning has been fixed in
the most recent version.
Do you really want to treat SUBJECT as a random effect?  I think it
would be more common to treat it as a fixed effect.  If I understand
you correctly there are only two levels of SUBJECT and these are
repeatable levels. If that is the case one could model SUBJECT as a
fixed effect or consider its interaction within student with the term
(SUBJECT|ID).

It would make sense to regard the pair of responses in maths and
English for each student in each term as a multivariate response but,
at present, that model cannot be fit with lmer.

I would also question whether you want the TERM to be modeled with a
random effect.