| SparsityPlot.BigVAR.results | 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
cv.BigVAR, 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.