Description Usage Arguments Value Examples
This function provides an easy way for readers to get the JAGS model
files used in the book. The modelID
is the 4-5 character identifier
used in the book. For example to get 'model-001.bugs.R', you would use
getModel("001")
.
1 | getModel(modelID)
|
modelID |
a string containing a valid model ID |
a string containing the model. The intention is that this can be written to disk.
1 | getModel("001")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.