jags.parallel Questions

4

Solved

Using jags.parallel from the command line or a script works fine. I can run this modified example from http://www.inside-r.org/packages/cran/R2jags/docs/jags just fine # An example model file is g...
Somewhat asked 21/5, 2014 at 17:50

2

Solved

When using jags.parallel, I get the following error: > out <- jags.parallel(win.data, inits, params, "Poisson.OD.t.test.txt", + nc, ni, nb, nt); Error in get(name, envir = envir) : invalid f...
Surfbird asked 23/7, 2013 at 11:13

0

I have only 2 core CPU so logically I want to set only two parallel threads/clusters for jags.parallel. unfortunatelly, when I try it and the number of chains is 3 or 4, jags fails with an error: ...
Neisse asked 22/11, 2013 at 23:21

1

Solved

I have a function call (to jags.parallel) that works when given a numerical argument like n.iter = 100 but fails when the argument uses a variable value, n.iter = n.iter. This looks like it might b...
Suction asked 23/5, 2013 at 20:12
1

© 2022 - 2024 — McMap. All rights reserved.