Lag | R Documentation |
Lags within clusters based on a time vector with possibly unequal intervals
Lag(
x,
id = rep(1, length(x)),
idx = 1:length(x),
lag = 1,
at = NULL,
check = T
)
x |
vector to be lagged |
id |
clustering variable |
idx |
time variable |
lag |
(default 1) |
at |
alternative to 'lag': evaluate x at a particular value of 'idx' |
check |
(default TRUE) check for unique values of idx within each cluster |
return the value of 'x' in the position 'idx - lag' in the same cluster
LagI
, DiffI
, Diff
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.