| stancode.brmsfit {brms} | R Documentation |
Extract Stan model code
## S3 method for class 'brmsfit' stancode(object, version = TRUE, ...) stancode(object, ...)
object |
An object of class |
version |
Logical; indicates if the first line containing
the brms version number should be included.
Defaults to |
... |
Currently ignored |
Stan model code for further processing.