report | R Documentation |
varstan
object.The function returns a report with the users defined model for the given time-series and all the current defined priors of the model.
report(object, ...)
object |
a |
... |
additional values need in print methods |
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.
none. prints a string with the defined time series model report
Asael Alonzo Matamoros
dat2 = garch(birth,order = c(1,1,0))
report(dat2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.