Learn R Programming

synthACS (version 1.7.1)

combine_smsm: Combine separate SMSM optimizations

Description

Combine objects of class "smsm_set" into a single object of class "smsm_set"

Usage

combine_smsm(...)

Arguments

...

A list of objects of class 'smsm_set'.

See Also

split, all_geog_optimize_microdata

Examples

Run this code
if (FALSE) {
 combined <- combine_smsm(smsm1, smsm2, smsm3)
}

Run the code above in your browser using DataLab