Quick question, just want to make sure I’m not doing something incorrect:
I have a regression model I’m planning on running in brms. The x and y variables were determined by a separate model, which means each is defined by a posterior distribution. I could run brm_multiple where each iteration is a different combination of the posterior distribution, but that takes forever to compile. I can use mi() instead with the se of the posterior distribution for each variable, correct?