Learn R Programming

dynmix (version 2.1)

print.mixest: Prints mixest Object.

Description

The function prints selected outcomes obtained from object mixest.

Usage

# S3 method for mixest
print(x, ...)

Arguments

x

an object of mixest class

...

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

Run this code
# \donttest{
data(oil) 
m1 <- mixest1(y=oil[,1,drop=FALSE],x=oil[,-1,drop=FALSE],ftype=2,V=100,W=100)
print(m1)
# }

Run the code above in your browser using DataLab