rafaelchduran / incumbency_advantage

Effect of reelection on incumbency adantage at the candidate and party level.
0 stars 0 forks source link

Comments on Data #2

Open rafaelchduran opened 2 years ago

rafaelchduran commented 2 years ago

Important comments on data:

rafaelchduran commented 2 years ago

On the way I construct the dataset:

  1. right now I have the dataset built for all years but I could limit it for the years where there are elections. Think about this when running estimates. If I want to isolate then I would need to change the way in which I am constructing the dataset, specifically the leads and lags. This might be good for main estimates but for testing transfers and things that are yearly it will be better to do it as a I have it right now. 1.1. what I should do is to is for the electoral timelines, use t as a reference for election, or use e-1, e-2, etc.
  2. In line 413 of 2.database.do I erase all years in which I don't have elections. This might be good for the incumbency advantage measures but not for transfers estimates.