show,stantvafit-method {RStanTVA} | R Documentation |
Print StanTVA fit
Description
Prints a StanTVA fit object.
Usage
## S4 method for signature 'stantvafit'
show(object)
## S4 method for signature 'stantvafit'
print(x, digits_summary = 2, ...)
Arguments
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. |
Value
Returns x
. Usually called for its side effects (printing to the console).
Functions
-
show(stantvafit)
: Alias
Examples
print(fit)
[Package RStanTVA version 0.3.0 Index]