Description Usage Arguments Details Value Author(s) Examples
Lag a vector or a matrix of observations by iK periods.
1 | Lag(mY, iK)
|
mY |
a vector or a matrix of observations. |
iK |
An integer indicating the number of lag. |
The function returns a numeric vector or a matrix depending on the class of mY. The dimension of the object is preserved and NA's are introduced for the missing values.
An object of the class numeric or matrix.
Leopoldo Catania & Nima Nonejad
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.