Read coda saved in BlackBox txt format and return a mcmc.list
read_blackbox_coda.Rd
The function will read three files saved as text from BlackBox with Inference/Samples. All three files must be in the same directory.
Usage
read_blackbox_coda(
directory = ".",
index = "index.txt",
chain1 = "chain1.txt",
chain2 = "chain2.txt"
)