Create marital status constraint list to a set of geographies
Create marital status constraint list to a set of geographies
Create a new marital status constraint list to the mapping between a a set of macro datasets and a matching set of micro dataset (supplied as 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 m1 <- all_geog_constraint_marital_status(obj,"synthetic") m2 <- all_geog_constraint_marital_status(obj,"macro_table")## End(Not run)