Announcement

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

  • Help Needed: Propensity score matching doesnot allow time seriese operator

    Hello Dear Statalist:

    I am running propensity score matching and applying the following command, where I need to lag the explanatory variables:

    Code:
    psmatch2 IO_Total_Dummy  L.(firmsize salesgrowth leverage) , out(GOV_14) n(4)
    Stata gives me the following error

    Code:
    time-series operators not allowed
    Is there way to get rid of this error by incorporating lagged explanatory variables. Thank you so much.

  • #2
    If you've xtset your data, you can always just create the lags in a loop.

    Comment

    Working...
    X