stancode.brmsfit: Extract Stan model code
Description
Extract Stan model code
Usage
# S3 method for brmsfit
stancode(object, version = TRUE, ...)stancode(object, ...)
Arguments
object
An object of class brmsfit
version
Logical; indicates if the first line containing
the brms version number should be included.
Defaults to TRUE
.
Value
Stan model code for further processing.