Panel2Lag | R Documentation |
The panel data have a set of time series for each entity (e.g. country) arranged such that all time series data for one entity is together. The data for the second entity should be below the entire data for first entity. When a variable is lagged twice, special care is needed to insert NA's for the first two time points (e.g. weeks) for each entity (country).
Panel2Lag(ID, xj)
ID |
Location of the column having time identities (e.g. the week number) |
xj |
Data on variable to be lagged linked to ID |
Vector containing 2 lagged values of xj.
This function is provided for convenient user modifications.
Prof. H. D. Vinod, Economics Dept., Fordham University, NY
A more general function PanelLag
has examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.