Skip to content

Interpreting results of a mixed model

2 messages · Elizabeth Beck, Ben Bolker

#
Elizabeth Beck <elizabethbeck0 at ...> writes:
Like many questions that have been appearing on r-sig-mixed-models
lately, this question isn't really specific to mixed models.  It's more
of a general question about interpreting the results of linear models.
My general advice would be to read a really good, modern, R-centric
book on statistical modeling -- I would recommend Frank Harrell's
"Regression Modeling Strategies", but it might be a bit too advanced.
(While it would be off-topic here, I would be interested in other
opinions on this subject.  I would also tentatively suggest Faraway's
"Linear Models with R" and John Fox's "Companion to Applied Regression",
but I have to admit that I don't have much first-hand experience with
those books. (You might also look for examples/
reading on the specific issues of effect modification and confounding,
e.g. biostat.mc.vanderbilt.edu/wiki/pub/Main/CourseBios312/effmod.pdf? --
this stuff is expressed in a slightly different set of vocabulary,
but seems highly relevant.)
In general I prefer the "keep the full model" approach, to avoid
snooping, although then you have to be extremely careful to interpret
the main effects appropriately (marginality, least-squares means,
sum-to-zero-contrasts, blah blah blah ...).  I don't object to
mild simplification by removal of non-significant interactions, but
the fact that the interpretation changes should concern you.

 My primary advice would be to create a meaningful plot of the
data in order to understand what's actually going on.

  Ben Bolker