read_stantva_fit | R Documentation |
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)
files |
The file names. |
The StanTVA fit object.
fit <- read_stantva_fit(c("chain1.rds", "chain2.rds"))
fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.