Hi everyone,
I'm conducting research looking at whether the extensions on unemployment benefits that were rolled out in the US from 2008-2013 resulted in longer unemployment spells.
I'm looking to create a duration variable to denote an individual's unemployment duration (in terms of how many months an individual was unemployed). I have a series of "whether unemployed in month x" dummy variables that cover each month in each year from 2005-2015, which takes the value of 1 if unemployed in the particular month and 0 if employed in that particular month. Creating a simple total of the months that each individual was unemployed over the total time period (2005-2015) would be simple enough -- however, I want to account for the fact that each individual may have several separate instances of unemployment over the total time period.
For example, an individual may have 2 separate unemployment spells -- one from January 2005 to March 2005, another from July 2008 to August 2008. Hence, I want to be able to calculate the unemployment duration for each individual and have some form of separation to account for the possibility of multiple unemployment spells. I need to know the length of each unemployment spell (on an individual level) to be able to figure out: whether an individual was eligible to receive unemployment benefit extensions, and how many weeks of unemployment benefit extensions an individual received. The length of unemployment benefit extensions an individual received and eligibility for unemployment benefit extensions are contingent on the duration of an unemployment spell.
Any suggestions or guidance on how to code the unemployment duration variable would be much appreciated!
I'm conducting research looking at whether the extensions on unemployment benefits that were rolled out in the US from 2008-2013 resulted in longer unemployment spells.
I'm looking to create a duration variable to denote an individual's unemployment duration (in terms of how many months an individual was unemployed). I have a series of "whether unemployed in month x" dummy variables that cover each month in each year from 2005-2015, which takes the value of 1 if unemployed in the particular month and 0 if employed in that particular month. Creating a simple total of the months that each individual was unemployed over the total time period (2005-2015) would be simple enough -- however, I want to account for the fact that each individual may have several separate instances of unemployment over the total time period.
For example, an individual may have 2 separate unemployment spells -- one from January 2005 to March 2005, another from July 2008 to August 2008. Hence, I want to be able to calculate the unemployment duration for each individual and have some form of separation to account for the possibility of multiple unemployment spells. I need to know the length of each unemployment spell (on an individual level) to be able to figure out: whether an individual was eligible to receive unemployment benefit extensions, and how many weeks of unemployment benefit extensions an individual received. The length of unemployment benefit extensions an individual received and eligibility for unemployment benefit extensions are contingent on the duration of an unemployment spell.
Any suggestions or guidance on how to code the unemployment duration variable would be much appreciated!
Comment