I am using R 3.2.4 and runjags runjags_2.0.4-2. In using results.jags to load model output, I am receiving the following error:
Error in runjags.readin(directory = runjags.object$directory, silent.jags = runjags.object$silent.jags, :
Unable to load model output - the following error was returned from read.openbugs.subset: Error in if (length(use) > 0 && any(use.v)) out[use, v] <- temp$val[inset[use.v]] :
missing value where TRUE/FALSE needed
Any advice or help on how to get around this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the bug report. I have never seen this error before and I'm afraid I can't replicate it (or give you any advice about how to work around it) without knowing more about the issue. Can you either give the full R commands (run.jags and results.jags) that you are using to generate this error, or (preferably) post a minimal reproducible example so that I can replicate the problem and try to fix it?
Thanks in advance for your help.
Matt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using R 3.2.4 and runjags runjags_2.0.4-2. In using results.jags to load model output, I am receiving the following error:
Error in runjags.readin(directory = runjags.object$directory, silent.jags = runjags.object$silent.jags, :
Unable to load model output - the following error was returned from read.openbugs.subset: Error in if (length(use) > 0 && any(use.v)) out[use, v] <- temp$val[inset[use.v]] :
missing value where TRUE/FALSE needed
Any advice or help on how to get around this?
Thanks for the bug report. I have never seen this error before and I'm afraid I can't replicate it (or give you any advice about how to work around it) without knowing more about the issue. Can you either give the full R commands (run.jags and results.jags) that you are using to generate this error, or (preferably) post a minimal reproducible example so that I can replicate the problem and try to fix it?
Thanks in advance for your help.
Matt