Lag a vector or a matrix of observations by iK
periods.
Lag(mY, iK)
An object of the class numeric
or matrix
.
a vector or a matrix of observations.
An integer indicating the number of lag.
Leopoldo Catania & Nima Nonejad
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.
# \donttest{
# Code chunk of Catania and Nonejad (2016) Dynamic Model Averaging
# for Practitioners in Economics and Finance: The eDMA Package
library(eDMA)
## load data
data("USData")
UDData_lagged <- Lag(USData, 1)
# }
Run the code above in your browser using DataLab