【发布时间】:2014-03-07 16:49:43
【问题描述】:
我在运行 BRugsFit() 时遇到了关于 Error in file(con, "r") : cannot open the connection 的错误。我假设所有输入参数都很好,调用代码是
> output = BRugsFit("model.txt", data, inits, numChains = 2, seed=6, parametersToSave,nBurnin = 100,nIter = 1000, nThin = 5, coda = T,digits = 5)
****
* BlackBox
* string too long
- HostFiles.Init (pc=00003FB1, fp=BFFDE550)
- HostFiles.$$ (pc=0000000A, fp=BFFDE560)
****
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
cannot open file '/tmp/RtmpU7v9PZ/buffer.txt': No such file or directory
所以我想知道错误的原因可能是什么,以及如何解决?非常感谢!
【问题讨论】:
标签: r