Skip to content
Prev 11019 / 20628 Next

contrasts and interactions with multi-level factors in glmer

Haldre Rogers <haldre1 at ...> writes:
Just a quick follow-up so that the list isn't *completely* silent
on the topic.  I think the main reason you're not getting any answers
is (1) your question is complex (speaking just for myself, I look
at it and think "oh, that's kind of hairy -- maybe I'll have a chance
to look at that tomorrow ...") (2) I'm pretty sure that your questions
are more general linear-model-parameterization questions than specifically
(G)LMM questions, so people not be jumping in on the list.
The quick answer is that you can use sum-to-zero contrasts
(contr.sum) for island, if you want, which will make the main effect
of distance be the (unweighted) average effect across islands.
Sorry, I don't have time to dig through all of this ...
Well, the three-way interaction *is* the magnitude of the
difference among species.  You could use drop1() to test the overall
effect of the interaction (i.e., the overall magnitude of among-island
differences in the island*distance and openness*distance effects)
If confint() results are similar to *summary()* results then
confint(model,method="Wald") is OK ...  results from LRTs and
those using confint(model,method="profile") (i.e. the default)
*should* be identical ...