show,stantvamodel-method {RStanTVA} | R Documentation |
Show StanTVA model
Description
Prints a StanTVA model object.
Usage
## S4 method for signature 'stantvamodel'
show(object)
Arguments
object |
The StanTVA model object. |
Value
The printed object.
Examples
model <- stantva_model(locations = 4)
show(model)
[Package RStanTVA version 0.3.0 Index]