Re: [R] R to winbugs interface

2012-07-10 Thread Uwe Ligges
On 09.07.2012 19:27, PRAGYA SUR wrote: Yes that was the problem. Thank you very much. Can anyone tell me the meaning of The following object(s) are masked _by_ '.GlobalEnv': beta It means you have two instances of "beta", one in your workspace ('.GlobalEnv') and one that is probably i

Re: [R] R to winbugs interface

2012-07-09 Thread PRAGYA SUR
Yes that was the problem. Thank you very much. Can anyone tell me the meaning of The following object(s) are masked _by_ '.GlobalEnv': beta i was shown this notification after the results were printed. On Mon, Jul 9, 2012 at 1:15 PM, Uwe Ligges wrote: > > > On 09.07.2012 18:19, PRAGYA SUR wr

Re: [R] R to winbugs interface

2012-07-09 Thread Uwe Ligges
On 09.07.2012 18:19, PRAGYA SUR wrote: I ran the same program in a different computer where it had run proper a week ago. This time around in the log file in WinBUGS the program stopped at a line which said : save(C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/RtmpU3u46p/log.odc) save(C:/DOCUME~1/ADMINI~1/

Re: [R] R to winbugs interface

2012-07-09 Thread PRAGYA SUR
I ran the same program in a different computer where it had run proper a week ago. This time around in the log file in WinBUGS the program stopped at a line which said : save(C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/RtmpU3u46p/log.odc) save(C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/RtmpU3u46p/log.txt) and did n

Re: [R] R to winbugs interface

2012-07-09 Thread S Ellison
> -Original Message- > Error in file(con, "wb") : cannot open the connection In > addition: Warning messages: > 1: In file.create(to[okay]) : > cannot create file 'c:/Program > Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason > 'Permission denied' This tells you that you do

[R] R to winbugs interface

2012-07-09 Thread PRAGYA SUR
Hello everyone, I need some help regarding calling WinBUGS from R. I have a model for WinBUGS and an R code which calls WinBUGS. On running the code I am being shown the error message : Error in file(con, "wb") : cannot open the connection In addition: Warning messages: 1: In