Description Usage Arguments See Also Examples
View source: R/a_class-methods_helpers.R
Create a new nativity status constraint list to the mapping between a a set of macro datasets and a matching set of micro dataset (supplied as class 'synthACS').
1 | all_geog_constraint_nativity(obj, method = c("synthetic", "macro.table"))
|
obj |
An object of class |
method |
One of |
1 2 3 4 5 6 | ## Not run:
# assumes that obj of class 'synthACS' already exists in your environment
n1 <- all_geog_constraint_nativity(obj, "synthetic")
n2 <- all_geog_constraint_nativity(obj, "macro_table")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.