This function combines different data sets.
combine_data(pop_data, pop_domains, smp_data, smp_domains)
a data frame with population data.
a character string indicating the domain variable that is
included in pop_data
.
a data frame with sample data.
a character string indicating the domain variable that is
included in smp_data
.
a combined data set.