Description Usage Arguments Value Functions
Works with transformed and prettified MIR code.
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)
|
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? |
A data frame with two columns: Name and Type.
parameters
: Lists all parameters.
transformed_parameters
: Lists all transformed parameters.
generated_quantities
: Lists all generated quantities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.