I am working on a large dataset and needed to run jags on the command line. The output file for each chain is up to 15G (even with thin = 10
).
It is taking too long to read the coda output files with the read.coda
function from the coda package. I tried to use thin = 10
with the read.coda
function, but it takes as long.
Is there a way to speed up the read.coda
function from the coda package?