问题描述
我正在尝试在两个小组之间进行贝叶斯NHST.每个组都包含许多变量,为了避免多重假设校正,我选择了贝叶斯方法.但是我在OpenBUGS中的代码给出了以下错误:
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."
我正在将BRugs R软件包与modelCheck(...)
一起使用-模型在语法上是正确的,并且与modelData(...)
一起使用-正在加载数据,但在尝试使用modelCompile(..)
进行编译时会弹出错误.我是OpenBUGS的新手.
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.
此错误是什么意思?
推荐答案
这意味着OpenBUGS已崩溃-这不是您的错,而是程序未提供正确错误消息的错.在这种情况下,Windows界面比R界面具有更多信息,但没有更多信息,并提供了一个陷阱"窗口. OpenBUGS手册提供了有关为什么会发生这种情况的提示,以及可能的解决方案.
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.
这篇关于modelCompile()期间发生错误[OpenBUGS]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!