Dear all,
I am including intercept and slope dummies for 5 regions in a negative binomial model as follows:
where DV= dependent variable, IV= key explanatory variable, Controls= control variables, Region1 and Region1*IV are intercept and slope dummies of the first region until fourth. i.country and i.year are included as country and year fixed effects.
Given this background, I have two questions:
First, Is it okay to include all the intercept and slope dummies for regions in one model or should I include one region at a time?
Second, how should I interpret and the sign and significance on the coefficient on IV? Will it remain the same as the model where regional dummies were not included?
Best regards,
Imran Khan.
I am including intercept and slope dummies for 5 regions in a negative binomial model as follows:
Code:
nbreg DV IV Controls Region1 Region1*IV Region2 Region2*IV Region3 Region3*IV Region4 Region4*IV i.country i.year, vce (cluster country)
Given this background, I have two questions:
First, Is it okay to include all the intercept and slope dummies for regions in one model or should I include one region at a time?
Second, how should I interpret and the sign and significance on the coefficient on IV? Will it remain the same as the model where regional dummies were not included?
Best regards,
Imran Khan.
Comment