powered by
Given a variable, create a k lagged version, optionally do it by a grouping factor, such as an ID.
lagk(x, k = 1, by)
the variable to lag
the length to lag it
a variable to lag by. Must be sorted.
a vector of the lagged values
# NOT RUN { lagk(1:4, 1) # }
Run the code above in your browser using DataLab