Skip to content
Prev 13555 / 20628 Next

Perfectly correlated random effects (when they shouldn't be)

if you look at the results from a baysian perspective, it seems to be a
typcial "problem" of ML-procedures estimating the mode.

The mode is nothing special, just the point where the density is maximal.
When you have skewed distribution (as usual for correlations) the mode will
often be close to the borders of the region of definition (-1 or 1 in this
case). The posterior distribution of the correlation, however, can still be
very wide ranging from strong negative correlation to strong positive
correlation, especially when the number of levels of a grouping factor is
not that large. In those cases, zero (i.e. insignificant) correlation is a
very likely value even if the mode itself is extreme.

I tried fitting your models with bayesian R packages (brms and MCMCglmm).
Unfortunately, because you have so many observations and quite a few random
effects, they run relatively slow so i am still waiting for the results.

2015-07-15 3:45 GMT+02:00 svm <steven.v.miller at gmail.com>: