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]]
______________________________________________ R-help@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.