Description Usage Arguments Value Functions
List all output or input variables of a Stan model
1 2 3 | output_vars(code = "", file = NULL, verbose = FALSE)
input_vars(code = "", file = NULL, verbose = FALSE)
|
code |
Stan code as a string. Ignored if |
file |
File that contains Stan code. If this is
NULL, |
verbose |
Should some informational messages be printed? |
transformed and prettified MIR code
output_vars
: Lists all parameters, transformed parameters and
generated quantities.
input_vars
: Lists all data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.