list_vars: List all output or input variables of a Stan model

Description Usage Arguments Value Functions

Description

List all output or input variables of a Stan model

Usage

1
2
3
output_vars(code = "", file = NULL, verbose = FALSE)

input_vars(code = "", file = NULL, verbose = FALSE)

Arguments

code

Stan code as a string. Ignored if file is not NULL.

file

File that contains Stan code. If this is NULL, code is used as input.

verbose

Should some informational messages be printed?

Value

transformed and prettified MIR code

Functions


jtimonen/stanbreaker documentation built on Jan. 20, 2021, 12:34 a.m.