Description Usage Arguments Examples
Introduce a parameter declaration to stan model
1 | add_parameter(stan_model, ...)
|
stan_model |
A object of class 'stan_model' |
... |
Mandatory arguments are declaration and name. minimum, maximum, and length are optional. |
1 2 3 | stan_model <- create_stan_model()
add_parameter(stan_model, declaration = "int", name = "test",
minimum = 3, maximum = 5, length = 500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.