Description Usage Arguments Details Value Examples
Currently supported distributions: normal (0), uniform (1), exponential (2), beta (3).
1 |
distribution |
The specified distribution, as a character string. |
Used internally, in prep_init_list
.
Integer value corresponding to chosen distribution.
1 2 3 4 5 6 7 | ## Not run:
assign_stan_dist_int("normal") # returns 0
assign_stan_dist_int("uniform") # returns 1
assign_stan_dist_int("exponential") # returns 2
assign_stan_dist_int("beta") # returns 3
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.