Hello everyone. I'm doing a project on inequality in regards to the distribution of tech. My data looks like this:
Essentially I used the collapse command so the patents are broken up into country-field-year categories. I have been trying to calculate Gini coefficients by field but the repeated years and country names are posing a problem (I do need to keep them separate).
How do I calculate inequality measures for each Field across all countries and years? I have tried using ineqdeco.
Country | Field | Year | Scientists |
Britain | Eng. | 2022 | 5 |
Britain | Med. | 2022 | 20 |
France | Eng. | 2022 | 7 |
France | Med. | 2022 | 4 |
How do I calculate inequality measures for each Field across all countries and years? I have tried using ineqdeco.
Comment