powered by
Reads a StanTVA fit object from one or more files. If multiple files are given, the fits will be combined into a single fit object (e.g., combining separately fitted chains).
read_stantva_fit(files)
The StanTVA fit object.
The file names.
if (FALSE) { fit <- read_stantva_fit(c("chain1.rds", "chain2.rds")) fit }
Run the code above in your browser using DataLab