How can I sort random effects by value of the random effect (not the intercept) in dotplot or ggplot2
I suspect the answer to this question is rather simple and I just don't know what it is. Long story short, I want to display a dotplot of the random intercepts and slopes from a model I am estimating. I'm using the ggCaterpillar function helpfully introduced here . However, this function, as well as the standard dotplot from lattice, sort the ensuing graph by decreasing order of the random intercept. I would like to sort the graph by increasing value of the random effect (either alphabetical or numerical). Consider this minimum working example that comes standard in the lme4 package, along