| recompile_model {brms} | R Documentation |
brmsfit objectsRecompile the Stan model inside a brmsfit object, if necessary.
This does not change the model, it simply recreates the executable
so that sampling is possible again.
recompile_model(x, recompile = NULL)
x |
An object of class |
recompile |
Logical, indicating whether the Stan model should be
recompiled. If |
A (possibly updated) brmsfit object.