plot.mixest: Plots Selected Outcomes from mixest Object.
Description
The function plots selected outcomes from mixest object.
Usage
# S3 method for mixest
plot(x, ...)
Arguments
x
an object of mixest class
...
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.