list_output: List output variables of a Stan model

Description Usage Arguments Value Functions

Description

Works with transformed and prettified MIR code.

Usage

1
2
3
4
5
parameters(code = "", file = NULL, verbose = FALSE)

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

generated_quantities(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

A data frame with two columns: Name and Type.

Functions


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