I have a data set which includes firm id's and a year variable, e.g.
id Year
1 2004
1 2005
1 2006
2 2006
2 2007
3 2005
etc
Is there a way I can calculate the numbers of new id's (firms) each year, and the number of id's that leave each year?
Thank you for your help
id Year
1 2004
1 2005
1 2006
2 2006
2 2007
3 2005
etc
Is there a way I can calculate the numbers of new id's (firms) each year, and the number of id's that leave each year?
Thank you for your help
Comment