plot.mixest {dynmix} | R Documentation |
Plots Selected Outcomes from mixest
Object.
Description
The function plots selected outcomes from mixest
object.
Usage
## S3 method for class 'mixest'
plot(x, ...)
Arguments
x |
an object of |
... |
not used |
Details
The function plots a few outcomes from mixest
object. First, the estimated regression coefficients are plotted separately for each variable. Credible intervals of 90% are added. Next, if averaging was chosen for forecasting, then relative variable importances are plotted, i.e., sum of weights of models containing the given variable. If selection procedure was chosen for forecasting, it is plotted whether the given variable is included in the selected model at the given time. Finally weights from all component models are presented in one plot.
See Also
Examples
data(oil)
m1 <- mixest1(y=oil[,1,drop=FALSE],x=oil[,-1,drop=FALSE],ftype=2,V=100,W=100)
plot(m1)
[Package dynmix version 2.0 Index]