Description Usage Arguments Author(s) References Examples
This function creates lags in the source column and adds the laaged parameter column to the original data.
1 | dpa.generate.lag(dataframe = NULL, tickColumn = NULL, sourceColumn = NULL, minLag=1,maxLag=1)
|
dataframe |
The selected data file for which analysis is to be performed. |
tickColumn |
Time column in the data. |
sourceColumn |
The variable (column in the data) in which lag is to be created. |
minLag |
Minimum lag to be created in the source column. |
maxLag |
Maximum lag to be created in the source column. |
Emile J.L. Chappin
http://www.chappin.com
1 | #dpa.generate.lag(dataframe = NULL, tickColumn = NULL, sourceColumn = NULL, minLag=1,maxLag=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.