Skip to content
Back to formatted view

Raw Message

Message-ID: <f8e6ff050512020855p17727793va213f29f2cc47d60@mail.gmail.com>
Date: 2005-12-02T16:55:15Z
From: Hadley Wickham
Subject: How to solve allocation problem in lme() analysis?
In-Reply-To: <438FAB45.4020808@pdf.com>

>           2.  Have you tried "lmer" in library(lme4)?  The syntax will be
> different, but it's a different algorithm and can handle problems that
> crash "lme".  This may or may not apply to you.  For documentation on
> this, see Douglas Bates (2005) "Fitting linear mixed models in R. R
> News, 5(1):27-30, available from www.r-project.org -> newsletter.  See
> also "Implementation.pdf" in the "doc" subdirectory under "lme4" in the
> "library" folder of your R installation;  if you are not using Windows,
> I don't know if this is how you find this document.

vignette("Implementation") is one easy way to get to it.

Hadley