Hi,
I am running a bunch of brms models for individual subjects (86 subjects * 4 models = 344 models) and brms keeps recompiling the C++ model, even though the model always stays the same and just the data are changing.
Could someone explain to me, how to use the save_dso option properly, so that I can avoid recompilation of the model? Specifically, I would like to know:
(a) where the compiled model is saved and under what name?
(b) how do I change my bms call to re-use this model (i.e. how do I load it)?
Thanks a lot,
Jan