Correct .RNG.state/.RNG.seed documentation
Brought to you by:
martyn_plummer
At the momement rjag's parallel.seeds return a list of .RNG.name & .RNG.state pairs. However, init= parameter of jags.model() documents .RNG.seed instead, whereas its code actually looks for ".RNG.state". The proposed patch fixes this.
Anonymous