stancode.brmsfit: Extract Stan model code

View source: R/make_stancode.R

stancode.brmsfitR Documentation

Extract Stan model code

Description

Extract Stan code that was used to specify the model.

Usage

## S3 method for class 'brmsfit'
stancode(
  object,
  version = TRUE,
  regenerate = NULL,
  threads = NULL,
  backend = NULL,
  ...
)

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.

regenerate

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.

threads

Controls whether the Stan code should be threaded. See threading for details.

backend

Controls the Stan backend. See brm for details.

...

Further arguments passed to make_stancode if the Stan code is regenerated.

Value

Stan model code for further processing.


brms documentation built on Sept. 26, 2023, 1:08 a.m.