Hi everybody,
There are three variables.
i. year -2010-2020
ii. firms'ID: NPC_FIC
ii. Establisments' ID: ESTAB_ID
I seek the number of firms, mean of establishments, std.dev establishment, min of establishment and max of establishment. In other words, I need to know how many firms exist in this period (2010-2020) and whats mean, min and max of establishments. Surely some firms build more plants and some exist from the market during11 years. Since each year the number of firms (not too much, less than 100) is it possible to conclude and reach a definite number of firms during this period? i.e. I can say there 298,000 firms in the period 2010-2020 and mean of the establishments is 10 ....
I only brought the first 20 obs for 4 years.
Thank you so much.
Cheers,
Paris
There are three variables.
i. year -2010-2020
ii. firms'ID: NPC_FIC
ii. Establisments' ID: ESTAB_ID
I seek the number of firms, mean of establishments, std.dev establishment, min of establishment and max of establishment. In other words, I need to know how many firms exist in this period (2010-2020) and whats mean, min and max of establishments. Surely some firms build more plants and some exist from the market during11 years. Since each year the number of firms (not too much, less than 100) is it possible to conclude and reach a definite number of firms during this period? i.e. I can say there 298,000 firms in the period 2010-2020 and mean of the establishments is 10 ....
Code:
sort year NPC_FIC NPC_FIC year NPC_FIC ESTAB_ID 2010 5.000e+08 -8.146e+09 2010 5.000e+08 -8.146e+09 2010 5.000e+08 -8.146e+09 2010 5.000e+08 794390 2010 5.000e+08 794390 2010 5.000e+08 794390 2010 5.000e+08 794390 2010 5.000e+08 794390 2010 5.000e+08 725800 2010 5.000e+08 725800 2010 5.000e+08 5 2010 5.000e+08 5 2010 5.000e+08 8 2010 5.000e+08 721748 2010 5.000e+08 721748 2010 5.000e+08 766713 2010 5.000e+08 766713 2010 5.000e+08 766713 2010 5.000e+08 766713 2010 5.000e+08 766713 2011 5.000e+08 794390 2011 5.000e+08 794390 2011 5.000e+08 794390 2011 5.000e+08 725800 2011 5.000e+08 725800 2011 5.000e+08 5 2011 5.000e+08 8 2011 5.000e+08 773377 2011 5.000e+08 1019118 2011 5.000e+08 766713 2011 5.000e+08 766713 2011 5.000e+08 766713 2011 5.000e+08 766713 2011 5.000e+08 766713 2011 5.000e+08 766713 2011 5.000e+08 766713 2011 5.000e+08 766713 2011 5.000e+08 956207 2011 5.000e+08 18 2011 5.000e+08 18 2012 5.000e+08 725800 2012 5.000e+08 5 2012 5.000e+08 8 2012 5.000e+08 1019118 2012 5.000e+08 766713 2012 5.000e+08 766713 2012 5.000e+08 766713 2012 5.000e+08 766713 2012 5.000e+08 766713 2012 5.000e+08 766713 2012 5.000e+08 766713 2012 5.000e+08 766713 2012 5.000e+08 956207 2012 5.000e+08 18 2012 5.000e+08 18 2012 5.000e+08 732861 2012 5.000e+08 732861 2012 5.000e+08 25 2012 5.000e+08 25 2012 5.000e+08 722107 2013 5.000e+08 725800 2013 5.000e+08 5 2013 5.000e+08 8 2013 5.000e+08 1019118 2013 5.000e+08 956207 2013 5.000e+08 671147 2013 5.000e+08 671147 2013 5.000e+08 732861 2013 5.000e+08 732861 2013 5.000e+08 736025 2013 5.000e+08 25 2013 5.000e+08 25 2013 5.000e+08 659845 2013 5.000e+08 659845 2013 5.000e+08 33 2013 5.000e+08 33 2013 5.000e+08 33 2013 5.000e+08 42 2013 5.000e+08 42 2013 5.000e+08 42
Thank you so much.
Cheers,
Paris
Comment