Displaying 1 result from an estimated 1 matches for "johnmyleswhit".
Did you mean:
johnmyleswhite
2011 Dec 08
1
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...