Learn R Programming

RStanTVA (version 0.3.2)

show,stantvamodel-method: Show StanTVA model

Description

Prints a StanTVA model object.

Usage

# S4 method for stantvamodel
show(object)

Value

The printed object.

Arguments

object

The StanTVA model object.

Examples

Run this code
if (FALSE) {
model <- stantva_model(locations = 4)
show(model)
}

Run the code above in your browser using DataLab