Skip to content

R to winbugs interface

6 messages · PRAGYA SUR, S Ellison, Uwe Ligges

#
This tells you that you do not have operating system permission to create a file in the program files area referred to.
.. and this tells you you don't have permission to open a file for writing (mode 'w' in the same location

Conclusion; you're trying to write to an area you don;t have permission to write to.

Either change the permissions for that area (insecure) or use a different file location for temporary files.

*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}
#
On 09.07.2012 18:19, PRAGYA SUR wrote:
Although unstated, I guess it was finished and did not close because you 
used bugs(....., debug=TRUE)?

Uwe Ligges
1 day later
#
On 09.07.2012 19:27, PRAGYA SUR wrote:
It means you have two instances of "beta", one in your workspace 
('.GlobalEnv') and one that is probably in some data.frame that was 
attached to the search path.

Best,
Uwe Ligges