Hi,
I have a panel data from 2003-2018. I have taken the average of (Top Marginal Income Tax from 2003-2010 and 2011-2018). and then sorted it by year.
egen mean_MIT_03_10 = mean(MIT) if year>=2003 & year<2011, by (Region_Name)
egen mean_MIT_11_18 = mean(MIT) if year>=2011 & year<2019, by (Region_Name)
sort year
I now want to create a year index from 2003-2010 and 2011-2018. So that I can create the following graph:
Can anyone please help me? If there is any more calcification you need, please let me know. Thank you.
Related Posts with Year Index
Obtain same results with regress and rifhdregHi everyone, I am trying to make a RIF regression analysis using an inequality index that uses two…
Is there a way to use panel data rolling regressions with driscoll-Kraay standard errors?Hello to everyone in this forum, I wonder if there is a way to add Driscoll-Kraay standard errors t…
Dropping every ID when respondent go from "work" to "retirement"Hi In the data below the ID's is sorted in Waves (years). The Retirement variable can take 3 values…
xtlogit and excluding ineligible participantsHi Listers, I have collected data of people who want to join the gym at 4 regular intervals. At eac…
how to categorize into categorical variables based on the cut-points where the observed distribution crosses over the normal distribution?Hi everyone! I am looking for some advice on how to categorize into categorical variables of differ…
Subscribe to:
Post Comments (Atom)
0 Response to Year Index
Post a Comment