Following [this video](https://youtu.be/eVuQlGDZxHs?feature=shared&t=641) I tried to replicate the results with: ``` require(flexplot) require(lme4) data(alcuse) mod = lmer(ALCUSE~1+(1|ID), data=alcuse) visualize(mod, plot="model") ``` but I only get the fixed effects without the random ones <img width="760" height="484" alt="Image" src="https://github.com/user-attachments/assets/1aa08f46-9dac-49c1-8995-c04947d9903d" />