I just had a question as to how to identify the degree of correlation of the random effects in a mixed effects model using R's lme4 package.
I'm investigating a mixed model using lme4, which has the instructions to specify an option in the model specification as to whether the random effects of the model are correlated.
I've tried using the VarCorr
and V function on my model after running it, but its returning unrealistically small values, and I'm running into trouble interpreting the values.
Any help/advice as to how to determine which option to use would be greatly appreciated.