print.mixest {dynmix} | R Documentation |
Prints mixest
Object.
Description
The function prints selected outcomes obtained from object mixest
.
Usage
## S3 method for class 'mixest'
print(x, ...)
Arguments
x |
an object of |
... |
not used |
Details
The function prints the general structure of the model, i.e., names of predictors. It also prints the number of observations (length of time-series) and the number of component models used in estimations (mixing). Additionally it prints the model's parameters (i.e., forecasting method, values of the initial parameters, etc.).
Examples
data(oil)
m1 <- mixest1(y=oil[,1,drop=FALSE],x=oil[,-1,drop=FALSE],ftype=2,V=100,W=100)
print(m1)
[Package dynmix version 2.0 Index]