Works for me with JAGS 3.1.0.
Uwe Ligges
On 11.08.2011 14:09, David Wooff wrote:
There is a thread on this topic already:
http://finzi.psych.upenn.edu/Rhelp10/2010-August/250934.html
I'm rather mystified by a similar problem and wondering whether I've
overlooked something obvious. I'm running
There is a thread on this topic already:
http://finzi.psych.upenn.edu/Rhelp10/2010-August/250934.html
I'm rather mystified by a similar problem and wondering whether I've
overlooked something obvious. I'm running with latest versions of R and
all packages, and latest version of JAGS running und
Florian Weiler wrote:
> Thanks for your answer, Ben. Indeed I tried to use the newest R
> version, but just to be sure I tried it again just now, with the same
> result, i.e. R crashes. Unfortunately I cannot even look at the system
> configurations as this is a university computer and they (stupid
Thanks for your answer, Ben. Indeed I tried to use the newest R
version, but just to be sure I tried it again just now, with the same
result, i.e. R crashes. Unfortunately I cannot even look at the system
configurations as this is a university computer and they (stupidly)
don't give us administrato
Florian Weiler johnshopkins.it> writes:
> First I create some data:
> N <- 1000
> x <- rnorm(N, 0, 5)
>
> Then I specify a model in JAGS, storing it in the directory with the
> extension .bug:
> model {
> for (i in 1:N) {
> x[i] ~ dnorm(mu, tau) ## the model
> }
>
Hi again,
I was asked to provide some code. Well, in my case it doesn't really
matter which example I use, so I just write down a very basic and
canned example:
First I create some data:
N <- 1000
x <- rnorm(N, 0, 5)
Then I specify a model in JAGS, storing it in the directory with the
extension
Dear all,
I have a question regarding using JAGS and R. My problem is that every
single time I want to call JAGS from R the latter crashes (i.e. it
turns pale and the Windows tells me "R has stopped working".
Strangely, if there is a mistake in my jags code, this will be
reported without a crash.
7 matches
Mail list logo