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)
Vector containing 2 lagged values of xj.
Location of the column having time identities (e.g. the week number)
Data on variable to be lagged linked to ID
Prof. H. D. Vinod, Economics Dept., Fordham University, NY
A more general function PanelLag
has examples.