wrapper to read.openbugs which returns object of class mcmc.list and so can be used to specify the start and end iterations for the MCMC sample(s) and also specify thinning
readJags(run.jags, quiet =TRUE,...)
Arguments
run.jags: object of class runJAGS produced by running JAGS
quiet: logical to return program output (Default: TRUE)
...: other options for read.openbugs
Returns
Returns object of class segratioMCMC with components - run.jags: object of class runJAGS produced by running JAGS
mcmc.list: object of class mcmc.list containing the MCMC sample(s)