suyusung / R2jags

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

In function jags, sims.array saves different values to sims.list and sims.matrix #16

Closed eamonnmurphy closed 2 months ago

eamonnmurphy commented 2 years ago

It appears that sims.array saves some parameter values from the burn in phase, whereas both sims.list and sims.matrix do not, and thus values don't match at the same index.

suyusung commented 2 months ago

Add an option checkMissing in jags() to deal with this issue.