Learn R Programming

emdi (version 2.0.1)

combine_data: Combines sample and population data

Description

This function combines different data sets.

Usage

combine_data(pop_data, pop_domains, smp_data, smp_domains)

Arguments

pop_data

a data frame with population data.

pop_domains

a character string indicating the domain variable that is included in pop_data.

smp_data

a data frame with sample data.

smp_domains

a character string indicating the domain variable that is included in smp_data.

Value

a combined data set.