SparsityPlot.BigVAR.results {BigVAR} | R Documentation |
Sparsity Plot of a BigVAR.results object
SparsityPlot.BigVAR.results(object)
object |
BigVAR.results object |
Uses levelplot
from the lattice
package to plot the magnitude of each coefficient in the last coefficient estimated by cv.BigVAR
.
NA, side effect is graph
data(Y)
Y <- Y[1:100,]
Model1 <- constructModel(Y,p=4,struct='Basic',gran=c(50,10),verbose=FALSE)
SparsityPlot.BigVAR.results(cv.BigVAR(Model1))