recompile_model {brms} | R Documentation |
Recompile Stan models in brmsfit
objects
Description
Recompile 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.
Usage
recompile_model(x, recompile = NULL)
Arguments
x |
An object of class |
recompile |
Logical, indicating whether the Stan model should be
recompiled. If |
Value
A (possibly updated) brmsfit
object.
[Package brms version 2.21.0 Index]