Extract Stan code that was used to specify the model.
# S3 method for brmsfit
stancode(object, version = TRUE, regenerate = NULL, threads = NULL, ...)stancode(object, ...)
An object of class brmsfit
.
Logical; indicates if the first line containing
the brms version number should be included.
Defaults to TRUE
.
Logical; indicates if the Stan code should
be regenerated with the current brms version.
By default, regenerate
will be FALSE
unless required
to be TRUE
by other arguments.
Controls whether the Stan code should be threaded.
See threading
for details.
Further arguments passed to make_stancode
if the
Stan code is regenerated.
Stan model code for further processing.