Description Usage Arguments Examples
Introduce a model element to stan model
1 | add_model(stan_model, string)
|
stan_model |
A object of class 'stan_model' |
string |
model element in text |
1 2 | stan_model <- create_stan_model()
add_model(stan_model, string = 'y ~ normal(0,1)')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.