Did anything come up in the mean time to plot random effects?
E.g. I would love to visualise my random slopes by plotting them via conditional_effects()
or something where in addition to the fixed effect I can show the slopes for each subject.
Is there a better way than extracting the coefficents via coef()
? I am working with truncation (see Trunc() and conditional_effects() - #5 by Solomon) and it seems a pain to manually create the slopes for each subject using the extracted coefficients.