我在调用 R2OpenBUGS 时遇到问题。我怀疑它可能很容易修复,但我无法找到解决方案。
我的电话看起来像这样:
MCMCres<-bugs(data=d,inits=inits,parameters.to.save=c("theta","alpha","tau","precv"),
n.iter=2000,model.file="model.txt",n.chains=2,n.burnin=250,n.thin=5,
OpenBUGS.pgm=BugsDir,codaPkg=F,working.directory=wdir,debug=T,WINE=NULL)
我得到的错误如下:
Error in bugs.run(n.burnin, OpenBUGS.pgm, debug = debug, WINE = WINE, :
Look at the log file in C:/Users/James/Desktop/ALS Spatial Analysis/ALS and
try again with 'debug=TRUE' to figure out what went wrong within OpenBUGS.
现在 OpenBUGS 甚至没有打开,所以没有写入日志文件。我不确定发生了什么,因为这就是我必须要做的。它正在查找 OpenBUGS 可执行文件,并且正在查找模型文件,因为这些是我之前遇到并已修复的错误。
有什么想法吗?