write_stantva_fit {RStanTVA} | R Documentation |
Write StanTVA fit
Description
Writes a StanTVA fit object to a file.
Usage
write_stantva_fit(fit, file, ...)
Arguments
fit |
The StanTVA fit object. |
file |
The file name. |
... |
Additional arguments passed to |
Value
No return value, called for side effects.
Examples
write_stantva_fit(fit, "fit.rds")
[Package RStanTVA version 0.3.0 Index]