Lag a matrix of variables a specific number of lags for each variables.
lag_data(x, lags)
x
: The matrix of variables (one variable per column).lags
: A numeric vector denoting how many lags each variable should have.A list with two items
Useful links