Hello,
I am currently working with panel data at the municipality level and I analyze how/whether the number of immigrants in a municipality influences the vote share of left parties.
I use the following first-difference regression, where control refers to a set of control variables and a(i.dep_year) captures the time-department fixed effects.
After plotting the data, I realized that the estimated effect might not be linear, but rather stronger at the beginning and flattening out after some number of immigrants has moved to the municipality.
Now my question is how I can adjust my regression to analyze whether the effect is really declining in the number of immigrants?
Attached you can see a simple plot of the data.
Thank you very much in advance!
I am currently working with panel data at the municipality level and I analyze how/whether the number of immigrants in a municipality influences the vote share of left parties.
I use the following first-difference regression, where control refers to a set of control variables and a(i.dep_year) captures the time-department fixed effects.
Code:
reghdfe d.left_VoixExp d.num_immigrants $d.control , a(i.dep_year) cluster(Departementcode)
Now my question is how I can adjust my regression to analyze whether the effect is really declining in the number of immigrants?
Attached you can see a simple plot of the data.
Thank you very much in advance!

Comment