# NOT RUN {
# which schools are most segregated?
(localseg = mutual_local(schools00, "race", "school",
weight = "n", wide = TRUE))
sum(localseg$p) # => 1
# the sum of the weighted local segregation scores equals
# total segregation
sum(localseg$ls * localseg$p) # => .425
mutual_total(schools00, "school", "race", weight = "n") # M => .425
# }
Run the code above in your browser using DataLab