Learn R Programming

RStanTVA (version 0.3.2)

show,stantvafit-method: Print StanTVA fit

Description

Prints a StanTVA fit object.

Usage

# S4 method for stantvafit
show(object)

# S4 method for stantvafit print(x, digits_summary = 2, ...)

Value

Returns x. Usually called for its side effects (printing to the console).

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.

Functions

  • show(stantvafit): Alias

Examples

Run this code
if (FALSE) {
print(fit)
}

Run the code above in your browser using DataLab