Learn R Programming

RStanTVA (version 0.3.2)

read_stantva_fit: 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)

Value

The StanTVA fit object.

Arguments

files

The file names.

Examples

Run this code
if (FALSE) {
fit <- read_stantva_fit(c("chain1.rds", "chain2.rds"))
fit
}

Run the code above in your browser using DataLab