I know this is a kinda old question, but I just wonder if this has a solution now.
I usually perform the mixed effects model with lme4
package with lmer
function. However, I know this function does not allow me to include the negative variance components in the model.
I would really want to include the negative variances in model with R. Does anyone have any suggestions that what packages I would use? Or, does the new lme4
allow it?