Announcement

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

  • CIPS Unit Root Tests - maxlags and bg lags?

    Hello

    I have a panel data with cross sectional dependence. I am now trying to perform the second generation unit root tests (CIPS). However, the command asks use to define the maximum number of lags as well as bglags(numlist) - that sets the serial correlation order to be tasted with the Breusch Godfrey Lagrange multiplier test in each individual regression.

    My question is: How can I know what values to choose for both maxlags(#) and bglags(numlist)?

  • #2
    Hi Afonso Did you find the answer? please share

    Comment


    • #3
      Stata command for CIPS:
      xtcips var1, maxlags(2) bglags(2)

      Comment

      Working...
      X