Error during modelCompile() [OpenBUGS]

爱⌒轻易说出口 提交于 2019-12-13 04:45:12

问题


I am trying to do Bayesian NHST between two groups. Each group consists of many variables, and in order to avoid multiple hypothesis corrections I opted for Bayesian method. However my code in OpenBUGS is giving the following error:

"Error in handleRes(res) :
Internal "trap" error in OpenBUGS, or non-existent module or procedure called."

I am using BRugs R-package with modelCheck(...) - model is syntactically correct and with modelData(...) - data loaded are appearing but when tried to compile with modelCompile(..) error pops up. I am quite new to the OpenBUGS.

What does this error mean??


回答1:


This means that OpenBUGS has crashed - it's not your fault, but the program's fault for not giving a proper error message. The Windows interface would be slightly more, but not much more, informative than the R interface in this circumstance, and give a "trap" window. The OpenBUGS manual gives some hints on why this might happen and possible solutions.



来源:https://stackoverflow.com/questions/18594004/error-during-modelcompile-openbugs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!