I\'m trying to make a boxplot to visualize this regression model
library(lme4) lmer(dv1 ~ intervention + (1|id/area), data=data, REML=T) <