我在调用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可执行文件,并且它正在查找模型文件,因为这些是我之前获得并已修复的错误。
任何想法?