recompile_model | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.