Re: [Rpy] JAGS and rpy2

2010-10-30 Thread Burak B
Thanks for this example. My fixed final code can be found here: http://ascratchpad.blogspot.com/2010/10/arm-168.html Laurent Gautier gmail.com> writes: -- Nokia and AT&T present the 2010 Calling All Innovators-North Am

Re: [Rpy] JAGS and rpy2

2010-10-30 Thread Laurent Gautier
Good. In the meanwhile I have put together a rewrite of the example in the jags documentation as a stylistic statement. Consider using using Python variables and call R functions through their Python representation: it makes the code easier to read for Python programmers without an R background

Re: [Rpy] JAGS and rpy2

2010-10-30 Thread Burak B
There was a problem with the county variable. It's fixed. Burak B gmail.com> writes: > > Hi everyone, I am trying to convert a JAGS example from R into Python using > rpy2. The example code is here: > > http://dl.dropbox.com/u/1570604/radon-example.zip > ---