Skip to content
Prev 13659 / 20628 Next

Interpreting lmer() interactions with Helmert contrasts

Hi Paul,

Thanks very much for the suggestion!  I tried using lsmeans() to get the
pairwise comparisons as you suggested, and the results are below.

I'm a little confused by the results because the pairwise comparison tests
all show p > .05, but the WordType x Time interaction was significant when
tested via model comparisons...?  I think this might be due to the Tukey
adjustment for multiple comparisons, but I'm not sure.  Specifically the
contrast for the two levels of Time at WordType = 2 looks like it might
have been significant before the multiple comparisons correction, thus
accounting for the significance of the interaction term in model
comparisons.  Any thoughts?

Thanks again!
Becky

$lsmeans
WordType = 0:
 Time   lsmean         SE    df lower.CL upper.CL
 -1       2.880592 0.02209390 21.58 2.834721 2.926464
 1        2.887315 0.02144245 22.13 2.842860 2.931769

WordType = 1:
 Time   lsmean         SE    df lower.CL upper.CL
 -1       2.856211 0.02156603 19.78 2.811193 2.901229
 1        2.888640 0.02089339 20.17 2.845080 2.932200

WordType = 2:
 Time   lsmean         SE    df lower.CL upper.CL
 -1       2.852485 0.02181905 20.72 2.807072 2.897898
 1        2.893827 0.02113775 21.12 2.849883 2.937770

Confidence level used: 0.95

$contrasts
WordType = 0:
 contrast    estimate         SE    df t.ratio p.value
 -1 - 1   -0.00672255 0.02078469 19.31  -0.323  0.7498

WordType = 1:
 contrast    estimate         SE    df t.ratio p.value
 -1 - 1   -0.03242907 0.02097452 20.02  -1.546  0.1377

WordType = 2:
 contrast    estimate         SE    df t.ratio p.value
 -1 - 1   -0.04134141 0.02146707 21.93  -1.926  0.0672


____________________________________________

Dr Becky Gilbert
On 21 August 2015 at 12:19, paul debes <paul.debes at utu.fi> wrote: