Hi, I'm new here (and new to stata/statistical analysis) an I've read some previous posts but I am still confused and have some questions as I am not familiar at all with panel data analysis and nonlinear models!
I have some panel data from 1996 to 2015 and try to evaluate the impact of a particular policy occuring in 2000. My outcome variable is the number of clinical trials for a particular disease in a particular year, and I want to know if this number was impacted by the introduction of the policy. As my dataset contains many many 0 (no clinical trials, sometimes from 1996 to 2015), I understood that maybe a neg binomial or poisson panel model were more appropriate in my case, to account for 0 and overdispersion (Am I right?).
So I tried to estimate : Yi = α + β1Treatedit + β2Policyit + β3Treatedit * Policyit + ε
Treated is a dummy==1 if the disease in the sample is targeted by the policy and Policy is a dummy==1 after 2000.
Here are my questions:
I run the following regressions:
xtpoisson nb_trial_y treated##policy i.date, fe vce(robust)
xtnbreg nb_trial_y treated##policy i.date, fe
Does that make any sense? Because in the output the coeff for my "treated" variable is omitted and I do not understand why.
I am not sure whether to use disease fixed effects (would this simply be a dummy for either?) or year fixed effects (that would simply be a dummy for each year as I did with i.date?), and how it is redundant.
I also wanted to know if the use of "margins" was correct to conclude for the impact of the policy.
Thank you very much for your time and help!
Spirae
I have some panel data from 1996 to 2015 and try to evaluate the impact of a particular policy occuring in 2000. My outcome variable is the number of clinical trials for a particular disease in a particular year, and I want to know if this number was impacted by the introduction of the policy. As my dataset contains many many 0 (no clinical trials, sometimes from 1996 to 2015), I understood that maybe a neg binomial or poisson panel model were more appropriate in my case, to account for 0 and overdispersion (Am I right?).
So I tried to estimate : Yi = α + β1Treatedit + β2Policyit + β3Treatedit * Policyit + ε
Treated is a dummy==1 if the disease in the sample is targeted by the policy and Policy is a dummy==1 after 2000.
Here are my questions:
I run the following regressions:
xtpoisson nb_trial_y treated##policy i.date, fe vce(robust)
xtnbreg nb_trial_y treated##policy i.date, fe
Does that make any sense? Because in the output the coeff for my "treated" variable is omitted and I do not understand why.
I am not sure whether to use disease fixed effects (would this simply be a dummy for either?) or year fixed effects (that would simply be a dummy for each year as I did with i.date?), and how it is redundant.
I also wanted to know if the use of "margins" was correct to conclude for the impact of the policy.
Thank you very much for your time and help!
Spirae
Comment