get_jags_info.Rd
Utility function to return jags data and model for reporting (e.g. in appendix)
get_jags_info(
sims,
include.comments = FALSE,
input.round.function = function(x) signif(x, digits = 4)
)
rjags object
Logical, should comments in the model by included or stripped out (default: FALSE)
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 print