Fix for JAGS 5.0.0: extend simulation length for one test#242
Open
martynplummer wants to merge 1 commit intofurrer-lab:mainfrom
Open
Fix for JAGS 5.0.0: extend simulation length for one test#242martynplummer wants to merge 1 commit intofurrer-lab:mainfrom
martynplummer wants to merge 1 commit intofurrer-lab:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In preparation for the release of JAGS 5.0.0 I am testing the reverse dependencies of the rjags package on CRAN to ensure they work with the new version.
One of the tests in the abn package fails with JAGS 5.0.0. My diagnosis is that the Monte Carlo error is too large for the given tolerance. I suggest extending the length of the Markov Chain. If the default number of iterations with 10000 with a thinning interval of 100 then this leaves only 100 posterior samples. My suggestion is to increase the number of iterations to 50000 giving 500 posterior samples. This seems to do the trick.