calc_theilsH: Calculate entropy and Theil's-H measure of segregation

Description Usage Arguments Value Examples

View source: R/calc_theilsH.R

Description

calculates Theil's-H and Entropy on a dataset

Usage

1
calc_theilsH(group_df, parent_geo = c(), ...)

Arguments

group_df

race specific df with a count for every GEOID

parent_geo

character vector of additional columns to subdivide analysis

...

added for compatibility

Value

single row data frame with measures of Theil's-H and entropy

Examples

1
calc_theilsH(get_acs_race("WA", "King"))

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