Menu

#39 impossible to reproduce results

v1.0_(example)
open
nobody
None
1
2015-08-28
2015-08-28
Anonymous
No

Hi all,

I am unable to reproduce similar results on my new computer (windows 8.1, processor i7 dual core).
I have similar versions of R, rjags and JAGS on my old computer (windows 7, processor i5 dual core) and can reproduce similar results.

Here is my R code:

set.seed(2015)
jagsModel<-jags.model(file='ProbitLauderdale.bug',data=forJags,inits=rep(inits,1),n.chains=1,n.adapt=100)
jags.theta<-coda.samples(jagsModel,variable.names="theta",n.iter=50)
jags.theta[[1]][1]

set.seed(2015)
jagsModel<-jags.model(file='ProbitLauderdale.bug',data=forJags,inits=rep(inits,1),n.chains=1,n.adapt=100)
jags.theta<-coda.samples(jagsModel,variable.names="theta",n.iter=50)
jags.theta[[1]][1]

these 2*4 lines give me different results on my new computer, not on my old one.

danielle

Discussion

Anonymous
Anonymous

Add attachments
Cancel