You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exact no longer an argument to rearray and jagsresults. To achieve exact matching, set regex=FALSE (the default).
argument order has changed for jagsresults: invert now appears after regex.
Minor improvements
rearray now passes arguments to jagsresults via .... Use this to, for example, specify particular quantiles that you want converted to arrays. Similarly, you can pass invert, and arguments that are subsequently sent by jagsresults to grep.
New convenience function pd_dic() for extracting pD and DIC from rjags objects.