all_geog_constraint_edu function

Create educational attainment constraint list to a set of geographies

Create educational attainment constraint list to a set of geographies

Create a new educational attainment constraint list to the mapping between a a set of macro datasets and a matching set of micro dataset (supplied as class 'synthACS').

all_geog_constraint_edu(obj, method = c("synthetic", "macro.table"))

Arguments

  • obj: An object of class "synthACS".
  • method: One of c("synthetic", "macro.table"). Specifying "synthetic" indicates that constraints are built by marginalizing the synthetic micro datasets. Specifying "macro.table" indicates that the constraints are build from the data in the base ACS tables.

Examples

## Not run: # assumes that obj of class 'synthACS' already exists in your environment e1 <- all_geog_constraint_edu(obj, "synthetic") e2 <- all_geog_constraint_edu(obj, "macro_table") ## End(Not run)

See Also

all_geogs_add_constraint

  • Maintainer: Alex Whitworth
  • License: MIT + file LICENSE
  • Last published: 2022-10-26

Useful links