Skip to content
Prev 18769 / 20628 Next

Drop the correlation bet. random effects to find those with small variance

I think this has been answered implicitly in some of the answers to your
other questions, but the bottom line is

The issue is the number of parameters compared to the amount of data /
information in that data. By setting the correlations to zero, you're
greatly reducing the number of parameters you have to estimate, which
leaves more information left over for estimating the other parameters.
This does impact shrinkage, but the resulting model fits are still
typically more stable (less variance across fits) than an
overparameterized model (less bias because you're not forcing any
parameter to a particular value).

In other words, it's an example of the bias-variance tradeoff. In other
words: it's often better to reduce model complexity, even at the cost of
real-world fidelity, in order to avoid overfitting.

Phillip
On 30/9/20 9:57 pm, Simon Harmel wrote: