print.tvpreg {dynmix} | R Documentation |
Prints tvpreg
Object.
Description
The function prints selected outcomes obtained from object tvpreg
.
Usage
## S3 method for class 'tvpreg'
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 regression coefficients as estimated in the last period.
Examples
data(oil)
t1<- tvp.reg(y=oil[,1,drop=FALSE],x=oil[,-1,drop=FALSE],lambda=0.99,V=100,W=100)
print(t1)
[Package dynmix version 2.0 Index]