When I use the 'bugs' function from R, WinBUGS runs correctly, but R freezes. > The only way to use R after this is to stop calculations (without my file > that documents the calculation).
R "freezes" as long as the WinBUGS process is opened. AFter closing it, R should "respond" again. If you like a more inetractive way of dealing with some BUGS incarnation, try the BRugs package that makes use of OpenBUGS by typing install.packages("BRugs") library("BRugs") ?BRugs ?BRugsFit Thanks, Uwe. I think it was a problem with Windows. WinBUGS should close automatically and it wasn't. Anyway, it seems that the problem is now fixed. I may try the BRugs package soon (after I submit this project report!). -- View this message in context: http://r.789695.n4.nabble.com/R2WinBUGS-help-tp3054411p3054531.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.