Skip to content
Prev 334630 / 398506 Next

GLMM parameter estimates giving opposite trends

Diana Virkki <d.virkki <at> griffith.edu.au> writes:
It's a little hard to guess without a reproducible example (see
http://tinyurl.com/reproducible-000), but one guess is that you have
one or more confounding variables
<http://en.wikipedia.org/wiki/Confounding> in your multivariate model;
that is, the _marginal_ effect of fire frequency is to decrease the
mean response, but the effect _conditional_ on all of the other
variables in the model is to increase it.  This phenomenon is most
common when the predictors are strongly correlated.

  Do you get a sensible sign when you fit a model with just the
focal parameter?

  Ben Bolker