mlags | R Documentation |
Function mlags: lagged matrix
mlags(x, nlags)
x |
is a matrix |
nlags |
the number of lags #load data data(exampledata) m=as.matrix(exampledata$y) mlags(m,2) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.