Skip to content
Prev 206497 / 398503 Next

Hierarchical Linear Model using lme4's lmer

On Sat, Jan 16, 2010 at 8:20 AM, Walmes Zeviani
<walmeszeviani at hotmail.com> wrote:
Which is what I tell my wife when I am standing by our sink.
Walmes is correct that this is mixing two formulations of the model.
It turns out that the model will be fit correctly anyway.  The lmer
function has a ... argument which will silently swallow the argument
random = ~ 1|school and ignore it.  Looks like we should add a check
for specification of a random argument and provide a warning if it is
present.