get_stancode,ubmsFit-method | R Documentation |
Get the Stan code used to run a model as a character string
## S4 method for signature 'ubmsFit'
get_stancode(object, ...)
object |
A |
... |
Arguments passed to |
Pass the result of get_stancode
to cat
to get the
code in a more readable format. Note that the output in most cases
is Stan code that can be used to fit several types of models, and not
all Stan code will be used in all models.
A character string with the model code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.