I know that when there is close to zero variance in either random effect, a perfect correlation can mean that the model isn't able to estimate both effects.
However, I have a good deal of variance in my random intercept and slope. They are, however, perfectly correlated.
I've read some conflicting advice on whether this is a problem.
This says: You should be trying to select the 'minimal adequate' model; in particular, overfitting the model (including zero and/or perfectly correlated terms) is more likely to lead to numeric problems, so it's better to try to reduce the model until all the terms can be uniquely estimated.
This says: In general, however, large positive or negative correlations among random effects can reflect structure in one's data and I would certainly recommend against taking out random correlations on the basis that they're close to ±1 when they're included in the model!
(Though this seems to be talking about a correlation close to 1, and not one that is exactly equal to 1?)
Finally, there is some advice offered here: This is a standard symptom of an overfitted model. what to do about it (suppress correlation, remove random slope term, penalize using blme package) isn't as clear. glmm.wikidot.com/faq might have some useful information.
So I am wondering:
1) Is this a problem? The correlation actually makes sense given my data, but is there an issue with keeping this correlation in my model?
2) What should I do? The last comment is from Ben Bolker in 2014. Is that still the prevailing advice on what to do?