powered by
Splits a matrix of estimated coefficients into a list of matrices, each corresponding to one lag of the VAR model.
splitMatrix(M, p)
A list of p matrices, each of dimension (number of variables) x (number of variables).
p
A numeric matrix of coefficients.
Integer. The order of the VAR model (number of lags).