Creates Lagmatrix of Estimated Coefficients
lagmatrix(fit, returnplot = F)
fit
returnplot
A list with estimated lag matrix of the VAR model, or lag matrices of the VARX or VARMA model. The rows contain the responses, the columns contain the predictors.
data(var.example) mod <- sparseVAR(Y=scale(Y.var), selection="cv") Lhat <- lagmatrix(fit=mod)