SparsityPlot.BigVAR.results {BigVAR} | R Documentation |
Sparsity Plot of a BigVAR.results object
Description
Sparsity Plot of a BigVAR.results object
Usage
SparsityPlot.BigVAR.results(object)
Arguments
object |
BigVAR.results object |
Details
Uses levelplot
from the lattice
package to plot the magnitude of each coefficient in the last coefficient estimated by cv.BigVAR
.
Value
NA, side effect is graph
See Also
Examples
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))
[Package BigVAR version 1.1.2 Index]