Folks,
I'm utilising Nick Cox's excellent command to calculate cultural team diversity.
I understand the calculation methods of the Simpson and entropy but could someone explain to me the dissim, please or guide me to any literature which discusses it?
From my understanding of reading the about it would appear that the values calculate for dissim would be independent of the relative size of the groups used? So larger squads would be treated the same as smaller?
Any information would be great.
I'm utilising Nick Cox's excellent command to calculate cultural team diversity.
Code:
. ineq country , by(team) ---------------------------------------------------------------------------------------------------- group | Team freq Simpson entropy dissim. ----------+----------------------------------------------------------------------------------------- 1 | ADO Den Haag 26 0.042 3.199 0.115 2 | AFC Ajax 27 0.041 3.225 0.142 3 | AZ Alkmaar 29 0.038 3.298 0.096 4 | De Graafschap 29 0.037 3.313 0.071 5 | FC Groningen 25 0.043 3.171 0.086 6 | FC Twente 29 0.039 3.286 0.162 7 | FC Utrecht 32 0.033 3.440 0.069 8 | Feyenoord 27 0.039 3.265 0.057 9 | Heracles Almelo 27 0.040 3.245 0.091 10 | NEC Nijmegen 26 0.050 3.064 0.224 11 | PEC Zwolle 38 0.029 3.558 0.123 12 | PSV Eindhoven 27 0.040 3.239 0.094 13 | Roda JC Kerkrade 27 0.049 3.082 0.231 14 | SBV Excelsior 25 0.043 3.167 0.068 15 | SC Cambuur 30 0.036 3.346 0.098 16 | Vitesse 27 0.044 3.200 0.170 17 | Willem II 26 0.048 3.085 0.222 18 | sc Heerenveen 30 0.036 3.355 0.078 ----------------------------------------------------------------------------------------------------
From my understanding of reading the about it would appear that the values calculate for dissim would be independent of the relative size of the groups used? So larger squads would be treated the same as smaller?
Any information would be great.
Comment