Skip to content
Prev 4286 / 20628 Next

Contrasts for interactions in lmer

There is a bit of evidence for an interaction of COND and PCU:
If the t-value were larger it would indicate that slopes for the
regression of RRT on PCU differ between the two condition.

There is no statistical support for the the interaction of DIR and PCU
Now to some of your questions relating to correlations:
(1) The Fixed Effects correlations are probably not what you are
after. For example, in a perfectly balanced design, these correlations
will be zero.

(2) I suspect what you might be after are effect correlations related
to subjects or items. Assuming cond and verb bias are within-subject
effects, you could get an estimate of the parameter for the covariance
component with the following specification.
RRT ~ COND * PCU * DIR + (1 + COND + DIR  | SUBJECT) + (1 | ITEM)

You should check whether adding these variance components to the model
improves the goodness fo fit, for example with an ANOVA..

(3) You used a sum contrast specification for the two factors (COND
and DIR). This is fine. For two-level factors there is no point in
specifying Helmert contrasts. So it is unclear what you referring to
in this context.

Finally, it is generally a bad idea to specify models with
interactions terms leaving out the factors contributing to the
interactions. If you do so, you need to have very good theoretical
reasons.

Reinhold Kliegl
On Thu, Aug 12, 2010 at 10:44 AM, Paul Metzner <paul.metzner at gmail.com> wrote: