Filipe Ferminiano Rodrigues
2011-Dec-08 10:42 UTC
[R] rjags in a Windows 7 64 bits machine
Hi. I was trying to follow this rjags tutorial (example 1): http://www.johnmyleswhite.com/notebook/2010/08/20/using-jags-in-r-with-the-rjags-package/comment-page-1/#comment-19468 But when I try to run the following line in R, R crushes and close. jags <- jags.model('example1.bug', data = list('x' = x,'N' = N), n.chains = 4, n.adapt = 100) I'm using a Windows 64 bits machine. I already tried to update to R last version, but ocurred the same. I tried in a Windows XP machine and worked well Anyone can help me with this? -- Filipe Ferminiano Rodrigues Marketing, Escola de Artes, Ciências e Humanidades, USP [[alternative HTML version deleted]]
Works for me: Do you have the most recent Jags version? Is this 32-bit or 64-bit R? Uwe Ligges On 08.12.2011 11:42, Filipe Ferminiano Rodrigues wrote:> Hi. > I was trying to follow this rjags tutorial (example 1): > http://www.johnmyleswhite.com/notebook/2010/08/20/using-jags-in-r-with-the-rjags-package/comment-page-1/#comment-19468 > But when I try to run the following line in R, R crushes and close. > > jags<- jags.model('example1.bug', data = list('x' = x,'N' = N), > n.chains = 4, n.adapt = 100) > > I'm using a Windows 64 bits machine. I already tried to update to R last > version, but ocurred the same. > I tried in a Windows XP machine and worked well > Anyone can help me with this? > > > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.