powered by
Sparsity Plot of a BigVAR.results object
SparsityPlot.BigVAR.results(object)
NA, side effect is graph
BigVAR.results object
Uses levelplot from the lattice package to plot the magnitude of each coefficient in the last coefficient estimated by cv.BigVAR.
levelplot
lattice
cv.BigVAR
cv.BigVAR, BigVAR.results
BigVAR.results
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))
Run the code above in your browser using DataLab