Using the option "over.relax = TRUE" in R2MultiBUGS returns an error "Error in bugs.check.coda() : MultiBUGS did not run correctly".
Using debug=TRUE, MultiBUGS says "script failed in interpretation".
Using MultiBUGS directly in script mode "modelUpdate(1000,1,1000,"T")" also creates the same error.
However, directly using the MultiBUGS GUI, over relaxation is available, checking the box causes no errors and the model compiles and runs.
From my reading of the R2MultiBUGS code, it doesn't implement the request to over-relax, but nor does MultiBUGS scripting. So is this more of an issue with MultiBUGS itself?
Using the option "over.relax = TRUE" in R2MultiBUGS returns an error "Error in bugs.check.coda() : MultiBUGS did not run correctly".
Using debug=TRUE, MultiBUGS says "script failed in interpretation".
Using MultiBUGS directly in script mode "modelUpdate(1000,1,1000,"T")" also creates the same error.
However, directly using the MultiBUGS GUI, over relaxation is available, checking the box causes no errors and the model compiles and runs.
From my reading of the R2MultiBUGS code, it doesn't implement the request to over-relax, but nor does MultiBUGS scripting. So is this more of an issue with MultiBUGS itself?