Releases: johnbaums/jagstools
Releases · johnbaums/jagstools
jagstools v1.6.0
Changes affecting backward compatibility
exact
no longer an argument torearray
andjagsresults
. To achieve exact matching, setregex=FALSE
(the default).- argument order has changed for
jagsresults
:invert
now appears afterregex
.
Minor improvements
rearray
now passes arguments tojagsresults
via...
. Use this to, for example, specify particular quantiles that you want converted to arrays. Similarly, you can passinvert
, and arguments that are subsequently sent byjagsresults
togrep
.- New convenience function
pd_dic()
for extracting pD and DIC fromrjags
objects.