Description Usage Arguments Value
View source: R/prepare_for_autocovariance.R
Prepares the Data for lagged(?) autocovariance process. Creates a new dataframe with columns as lag/lead values. (e.g. Lag1, Normal, Lead1)
1 | prepare_for_autocovariance(data, lags)
|
data |
input data |
lags |
list of wanted lags. Negative values correspond to lags while positives correspond to leads. |
data with columns as Lag/Lead
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.