Announcement

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

  • Interrupted time series - negative "constant"

    I'm trying to run a Interrupted time series analysis for single group using the "ITSA" package

    Code:

    tsset num_days

    itsa Total_cases, single trperiod(84) lag(11) posttrend figure replace
    actest, lags(12)

    The model runs, but my "constant" is a negative number.

    I'm not sure how to interpret this, I don't think it should be a negative number, given the data.

    Is there an explanation for this?

    Click image for larger version

Name:	itsa.jpg
Views:	1
Size:	163.4 KB
ID:	1563849
    Click image for larger version

Name:	Screen Shot 2020-07-16 at 21.25.44.png
Views:	1
Size:	93.9 KB
ID:	1563850

  • #2
    The negative constant results from estimating a linear time-trend. If you look at the graph then this negative just the starting point for the time trend before the interruption. So, it is nothing to interpret or worry about. It's just a statistical artefact. If you had fitted a polynomial trend then the constant would be probably around 0 or positive.

    Comment


    • #3
      More discussion if needed at https://www.stata-journal.com/articl...article=st0394

      Comment


      • #4
        Thank you for your responses!

        Comment

        Working...
        X