Re: [R] MCMCpack combining chains

2011-02-27 Thread Alan Kelly
Thank you Uwe for the clarification. Alan Kelly On 24.02.2011 17:48, Alan Kelly wrote: > Deal all, as MCMClogit does not allow for the specification of several > chains, I have run my model 3 times with different random number seeds and > differently dispersed multivariate normal priors. > For

Re: [R] MCMCpack combining chains

2011-02-26 Thread Uwe Ligges
On 24.02.2011 17:48, Alan Kelly wrote: Deal all, as MCMClogit does not allow for the specification of several chains, I have run my model 3 times with different random number seeds and differently dispersed multivariate normal priors. For example: res1 = MCMClogit(y~x,b0=0,B0=0.001,data=mydat

[R] MCMCpack combining chains

2011-02-24 Thread Alan Kelly
Deal all, as MCMClogit does not allow for the specification of several chains, I have run my model 3 times with different random number seeds and differently dispersed multivariate normal priors. For example: res1 = MCMClogit(y~x,b0=0,B0=0.001,data=mydat, burnin=500, mcmc=5500, seed=1234, thin=5