View source: R/make_stancode.R
make_stancode | R Documentation |
Generate the Stan code corresponding to the model, which is read by Stan to do sampling.
make_stancode(PSobject, filename = NULL, debug = FALSE)
PSobject |
an object of class |
filename |
(optional) string. If not |
debug |
only for testing in development mode. Will be removed in future release. |
A string, which can be printed on screen using cat
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.