Displaying 2 results from an estimated 2 matches for "inetractive".
Did you mean:
cinteractive
2010 Nov 22
1
R2WinBUGS help
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). However, I want to save the output in R so
I can use it in further models. Does anyone know how to fix this problem?
--
View this message in context:
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...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
Uwe Ligges
However, I want to save the output in R so
> I can use it in further models. Does anyone know ho...