Skip to content
Prev 7835 / 15075 Next

would parallel computing help?

This is an example of 'embarrassingly parallel' computation.  Simply 
run each chain in a separate process in parallel.  Packages such as 
snow or multicore can organize that for you.

However, if you mean logistic regression (there are other binomial 
regressions such as probit), first check how you are doing this in 
JAGS.  Using 'module glm' often makes a large difference in speed, and 
my recollection is that this is still not particularly fast compared 
to, say, MCMCpack. And in any case the recommended way to run JAGS 
with R is rjags (recommended by the author of JAGS, amonst others).
On Tue, 8 Mar 2011, Alan Kelly wrote:

            
Again, if you mean logistic regression there are specialised MCMC 
schemes.