Announcement

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

  • Seasonal unit root test

    I am trying to test seasonality of my data using
    Code:
    -hegy4-
    commands from
    HTML Code:
     http://www.stata-journal.com/software/sj9-3/st0172/sroot.hlp:
    ​My data consisted from 5 quarters of two years across 2800 households in each quarter. I would like to test (to show) seasonality of households consumption based on 8 food products across seasons (quarters).

    When I run the commands:
    Code:
     sroot total_consume , lags(5) trend regress season(quarter)
    I getting following error message:

    Code:
      sample may not include multiple panels
    r(459);
    I'd appreciate if someone could help me in this issue .

    Thank you

  • #2
    The message means what it says. The test could only be applied to individual panels. In your case I suspect that formal testing is hardly feasible for such short series.

    Comment


    • #3
      Thank you Nick

      It seems with short panel data is not possible to run seasonality test right ?​

      Comment


      • #4
        In your case, I don't see why tests are of interest at all. If seasonality is evident, it will be visible in summary statistics pooling panels.

        Comment

        Working...
        X