elbersb / segregation

R package to calculate entropy-based segregation indices, with a focus on the Mutual Information Index (M) and Theil’s Information Index (H)
https://elbersb.com/segregation
Other
35 stars 3 forks source link

Calculate Local segregation (ls) based on H? #14

Closed jkaucic closed 9 months ago

jkaucic commented 9 months ago

Is it possible to calculate Local segregation (ls) based on Theil’s Information Index (H) rather than on M?

elbersb commented 9 months ago

This comes up from time to time so I added an item to the FAQ here: https://elbersb.github.io/segregation/articles/faq.html#can-i-compute-local-segregation-scores-for-the-h-index

jkaucic commented 9 months ago

Thank you very much!