Skip to content
Prev 316709 / 398506 Next

Mixed Models: Contribution of random variable to final estimate

Luis Reino <luisreino <at> isa.utl.pt> writes:
In general lmer questions belong on r-sig-mixed-models at r-project.org,
but I think this
You don't need I() around those terms -- you only need it to
protect expressions such as x^2 that would be interpreted differently
in the formula context.
[snip]
[snip]
This might be an issue of parameter scaling.
The idea is that your coefficients measure the effect of
the parameters *per unit*.  Thus the random effects are
measured in log-odds units, while the effects of quant and inDegree
are measured in units of log-odds change **per log-unit change in
the variable**, i.e. multiplying by e is expected to  make 1 log-odds
change in the outcome.  You might try scaling your variables
(see e.g. Schielzeth 2010 Methods in Ecology & Evolution).
(Of course, you can make the fixed effects look as big as you
want by scaling the predictor appropriately ...)

  It worries me a little that your intercept is so small --
suggests that the average fraction invasive when quant=0
and inDegree=0 is 3 x 10^{-7} ...

  Follow-ups to r-sig-mixed-models