suyusung / R2jags

R2jags: Using R to Run 'JAGS'
8 stars 3 forks source link

Error in as.mcmc method for rjags object #15

Closed swarnendu-stat closed 5 months ago

swarnendu-stat commented 2 years ago

In the source code of as.mcmc.rjags you have the following code

strt <- x$n.burnin + 1

whereas it should be

strt <- x$n.burnin + x$n.thin

suyusung commented 5 months ago

Noted. And updated.