read_stantva_fit {RStanTVA} | R Documentation |
Read StanTVA fit
Description
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).
Usage
read_stantva_fit(files)
Arguments
files |
The file names. |
Value
The StanTVA fit object.
Examples
fit <- read_stantva_fit(c("chain1.rds", "chain2.rds"))
fit
[Package RStanTVA version 0.3.0 Index]