Description Usage Arguments Value Author(s)
Utility function to return jags data and model for reporting (e.g. in appendix)
1 2 | get_jags_info(sims, include.comments = FALSE,
input.round.function = function(x) signif(x, digits = 4))
|
sims |
rjags object |
include.comments |
Logical, should comments in the model by included or stripped out (default: FALSE) |
input.round.function |
Function to apply to data inputs - default: function(x) signif(x, digits = 4) |
jagsInfo
object which contains jags simulation information accesed via a call to \printprint
Iain Bennett (adaptations: Sandro Gsteiger)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.