brms (version 2.14.0)

stancode.brmsfit: Extract Stan model code

Description

Extract Stan code that was used to specify the model.

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.

...

Currently ignored.

Value

Stan model code for further processing.