calc_abclust: Calculate absolute clustering measure of segregation

Description Usage Arguments Value Examples

View source: R/calc_abclust.R

Description

calculates absolute clustering on a dataset

Usage

1
2
3
4
5
6
7
calc_abclust(
  group_df,
  out_groups = "NH White",
  parent_geo = c(),
  year = 2010,
  ...
)

Arguments

group_df

race specific df with a count for every GEOID

out_groups

character vector indicating the out group of the comparison. The default behavior selects "NH White" such that Non Hispanic White segregation is being evaluated.

parent_geo

character vector of additional columns to subdivide analysis

year

year to get geography information. Defaults to 2010

...

other arguments to pass to geo_distance

Value

data frame with measures of absolute clustering

Examples

1

nmmarquez/censeg documentation built on Sept. 12, 2020, 4:13 a.m.