model | R Documentation |
varstan
object.The function returns a string with the users defined model for the given time series data.
model(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
, garch
, SVM
or varma
), then it will print the model
information as well.
For full information of the model with the used priors use the function report or just print the object.
a string with the defined time series model.
Asael Alonzo Matamoros.
report
print
model1 = Sarima(birth,order = c(0,1,2),seasonal = c(1,1,1))
model(model1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.