Re: [R] R2OpenBUGS quesion

2013-02-13 Thread Dan Polhamus
There is an archive link at the bottom of the downloads page from which you can grab 321. Dan On Wed, Feb 13, 2013 at 3:53 PM, Paul J Ossenbruggen [via R] < ml-node+s789695n4658464...@n4.nabble.com> wrote: > I recently installed OpenBUGS322 and obtained the same error using the > schools example

Re: [R] R2OpenBUGS quesion

2013-02-13 Thread Paul J Ossenbruggen
I recently installed OpenBUGS322 and obtained the same error using the schools example. I suspect that I will run into difficulties with other examples. I want to download the older version but the BUGS website does not seem to have OpenBUGS321 available any longer. Are there patches for OpenBUG

Re: [R] R2OpenBUGS quesion

2013-02-10 Thread Dan Polhamus
I just ran into this problem on R2OpenBUGS_3.2-1 using OpenBUGS322 (on Mac Lion through wine). The error is being thrown when attempting to parse the index file in bugs.sims: index <- read.table("CODAindex.txt", header = FALSE, sep=" ") The CODAindex file is now csv, removing the space delimiter

Re: [R] R2OpenBUGS quesion

2012-10-20 Thread charlie
Received the same error with OpenBUGS322 trying to run the schools example under Wine 1.5.15, R 2.15.1, R2OpenBUGS_3.2-1.4, on a mac pro with Snow Leopard . I then tried with OpenBUGS321 and it ran fine. -- View this message in context: http://r.789695.n4.nabble.com/R2OpenBUGS-quesion-tp46

Re: [R] R2OpenBUGS quesion

2012-08-26 Thread felix
I haven't seen any further discussion to this issue beyond Uwe's response below, so I think I have something to add: I'm having this same issue using the standard R2OpenBUGS schools example (below). I find that I get the 'nrow' error when I use OpenBUGS 3.2.2, but when I use OpenBUGS version 3.2.1

Re: [R] R2OpenBUGS quesion

2012-07-13 Thread Uwe Ligges
On 13.07.2012 03:18, elong zhang wrote: Dear All: Could anybody help me figure out why I get the Error message below while I running the example code of bugs() function in R2OpenBUGS packages? I have tried the code both in Win 7 and Ubuntu 12.04, but they show the same message. My R version is

[R] R2OpenBUGS quesion

2012-07-12 Thread elong zhang
Dear All: Could anybody help me figure out why I get the Error message below while I running the example code of bugs() function in R2OpenBUGS packages? I have tried the code both in Win 7 and Ubuntu 12.04, but they show the same message. My R version is 2.15.1 in win7 and 2.15.0 in Ubuntu. Many