Please also provide the following information in addition to your question:
Operating System: Mac OS 10.14.6
brms Version: 2.11.6
Hello all,
This is probably a daft question, as I’m relatively new to brms. Does anyone know of a convenience function for plotting random/group effects across participants or items? Something that looks like the plot produced in merTools for lme4 models is what I’m looking to produce but based on a brms model. For an example, see the first plot as you scroll down this link.
Any ideas would be appreciated.
Rich
Oh yeah that would be helpful. :) I’ll get that as soon as I am in at work. I don’t remember where I swiped the original code from. I will dig around and see if I can find that reference.
It is in my opinion the best one, however Vuorre is not actively working on it anymore. Which is quite unfortunate, since it solves the problem with one line of code on our side and removes hours of work on potential debugging.
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.