show,stantvafit-method | R Documentation |
Prints a StanTVA fit object.
## S4 method for signature 'stantvafit'
show(object)
## S4 method for signature 'stantvafit'
print(x, digits_summary = 2, ...)
object |
The StanTVA fit object. |
x |
The StanTVA fit object. |
digits_summary |
The number of significant digits to display in posterior summaries. |
... |
Currently not used. |
Returns x
. Usually called for its side effects (printing to the console).
show(stantvafit)
: Alias
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.