Description Usage Arguments Details Examples
Runs a sampling simulation and produces the cumulative burden for each of the specified coordination methods
| 1 2 | RunSimulation(FrameNames, DesignNames, DatabaseNames, BurdenFactors,
  CoordinationMethods)
 | 
| FrameNames | The names of the R data frames containing the survey frames | 
| DesignNames | The names of the R data frames containing the survey designs | 
| DatabaseNames | The names of the R data frames containing the survey databases | 
| BurdenFactors | The burden associated with each survey | 
| CoordinationMethods | The coordination methods to use (valid options are "GlobalNegative", "Microstrata" and "CottonHesse") | 
Input: FrameNames, DesignNames and DatabaseNames are objects in SurveyData environment; Ouput: CumulativeBurden in SurveyData environment
| 1 2 3 4 5 | RunSimulation (FrameNames = rep(c("SampleFrame1","SampleFrame2"), 5),
                         DesignNames = rep(c("SampleDesign1", "SampleDesign2"), 5),
                         DatabaseNames = rep(c("SampleDatabase1", "SampleDatabase2"), 5),
                         BurdenFactors = rep(c(1, 5, 4, 3, 7), 2),
                         CoordinationMethods = c("Microstrata", "GlobalNegative", "CottonHesse", "None"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.