read_stantva_fit: Read StanTVA fit

read_stantva_fitR 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


RStanTVA documentation built on April 16, 2025, 5:10 p.m.