Description Usage Arguments Details Value Note Source
View source: R/single_group_measures.R
The summation is over all the component geographic parts of the larger geographic entity for which the isolation index is calculated.
1 |
group |
A numeric vector of the proportion of the population |
population |
A numeric vector the length of |
summed |
If TRUE, will return a single summary statistic. (Or one value per group if specifying
|
na.rm |
logical. Should missing values (including NaN) be removed?
Used only if |
This will report the percentage of population white in the geographic unit, e.g., tract, for the typical or average white person. The maximum value of this isolation index is 100. Even if whites make up only 20 percent of a metropolis population, all of them could live in all-white neighborhoods. The minimum value of the isolation index is asymptotically close to 0. That is, if there is only one white person in a metropolis of 100,000, he or she would live in a geographic unit in which the percent white was close to zero.
A scalar value, see note.
Setting summed == FALSE will return by-observation measures, but this measure is not meant to be decomposed. These results are for verification purposes only.
Wendell Bell, A Probability Model for the Measurement of Ecological Segregation, Social Forces, Volume 32, Issue 4, May 1954, Pages 357–364, https://doi.org/10.2307/2574118
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.