Hi.
I have a dataset which shows the share of low, high and middle educated in each neighborhood. now I want to know to what extent they each neighborhood is homogenous or heterogeneous based on educational level. which method id better? I tried to use entropyetc but it said too many variables define.
my data looks like that:
Id Place share of high educated share of low educated share of middle educated
1 0.5 0.3 0.1
2 0.1 0.2 0.5
3 0.3 0.4 0.2
4 0.3 0.1 0.5
5 0.2 0.4 0.5
6 0.5 0.4 0.3
7 0.3 0.4 0.4