Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • SWIID Database

    Hello Im working with the SWIID database from Solt. Anyone knows how can I lagged 1 and 2 periods the variable mini net? It is important to know that Solt database works with imputed variables.
    I really appreciate any help
    Regards

  • #2
    In most Stata commands you can use time series operators: e.g.,:
    Code:
    reg var1 L1.varA L2.varB
    See more here: http://www.stata.com/support/faqs/st...ies-operators/

    This wouldnt be particular to the dataset you use though. If this doenst help, please post an example of your data structure using dataex (see the FAQ), and a bit better explanation of what the problem is.

    Comment

    Working...
    X