Hello everyone,
I'm facing a problem regarding intervention analysis.
I'm studying the effect of the increase of two new cost-sharing policies on the number of outpatient visits in the last 20 years.
So, I used an intervention analysis with itsa on Stata: itsa outvisit, single trperiod(199. 201.) lag (1) fig posttrend.
My model was: Yt=β0 + β1 * timet + β2 * intervention1t + β3 * time after intervention1t + β4 * intervention2t + β5 * time after intervention2t + et with t=199. to 201. Until now, no problem.
But next, I would like to create a model which calculate a global average increase rate for all policies, which that sets the beta β2 and β4 as an unified coefficient β2. i.e, this model: Yt=β0 + β1 * timet + β2 * (intervention 1 and intervention 2)t + β3 * time after (intervention1 + intervention 2)t + et with t=199. to 201.
Is it possible to do that with itsa? Does anyone have an idea?
Thank you very much
Peter
I'm facing a problem regarding intervention analysis.
I'm studying the effect of the increase of two new cost-sharing policies on the number of outpatient visits in the last 20 years.
So, I used an intervention analysis with itsa on Stata: itsa outvisit, single trperiod(199. 201.) lag (1) fig posttrend.
My model was: Yt=β0 + β1 * timet + β2 * intervention1t + β3 * time after intervention1t + β4 * intervention2t + β5 * time after intervention2t + et with t=199. to 201. Until now, no problem.
But next, I would like to create a model which calculate a global average increase rate for all policies, which that sets the beta β2 and β4 as an unified coefficient β2. i.e, this model: Yt=β0 + β1 * timet + β2 * (intervention 1 and intervention 2)t + β3 * time after (intervention1 + intervention 2)t + et with t=199. to 201.
Is it possible to do that with itsa? Does anyone have an idea?
Thank you very much
Peter
Comment