Learn R Programming

RStanTVA (version 0.3.2)

write_stantva_model: Write StanTVA model

Description

Writes a StanTVA model to a file.

Usage

write_stantva_model(model, file = stdout())

Value

No return value, called for side effects.

Arguments

model

The StanTVA model object.

file

The file name.

Examples

Run this code
if (FALSE) write_stantva_model(model, "model.stan")

Run the code above in your browser using DataLab