report: Print a full report of the time series model in a 'varstan'...

View source: R/report.R

reportR Documentation

Print a full report of the time series model in a varstan object.

Description

The function returns a report with the users defined model for the given time-series and all the current defined priors of the model.

Usage

report(object, ...)

Arguments

object

a varstan object or one of the defined current defined reports.

...

additional values need in print methods

Details

if object is a varstan object the function will print the information of the defined model inside of the object. If object is one of the model classes (like Sarima or garch) then it will print the report information as well.

Value

none. prints a string with the defined time series model report

Author(s)

Asael Alonzo Matamoros

Examples

dat2 = garch(birth,order = c(1,1,0))
report(dat2)


bayesforecast documentation built on June 8, 2025, 10:42 a.m.