Skip to content
Back to formatted view

Raw Message

Message-ID: <aefe4d0a0810122318p6e334087ocf887e58a3ee2e55@mail.gmail.com>
Date: 2008-10-13T06:18:58Z
From: Reinhold Kliegl
Subject: dotplot of ranef

Taking the example from:
?ranef

fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy)
rr1 <- ranef(fm1, postVar = TRUE)
dotplot(rr1,scales = list(x = list(relation = 'free')))[["Subject"]]

How would I need to modify dotplot() to have "Subject" sorted for
"Days", rather than "(Intercept)"?

Thanks in advance.

Reinhold Kliegl