Description Usage Arguments Details Examples
Coordinates a survey with previously RunSurvey surveys and selects units for the sample
| 1 2 3 | RunSurvey(FrameName = "SampleFrame1", DesignName = "SampleDesign1",
  DatabaseName = "SampleDatabase1", SurveyNumber = 1, BurdenFactor = 1,
  CoordinationMethod = "CottonHesse")
 | 
| FrameName | The name of the R data frame containing the survey frame | 
| DesignName | The name of the R data frame containing the survey design | 
| DatabaseName | The name of the R data frame containing the survey database | 
| SurveyNumber | The current survey number | 
| BurdenFactor | The burden associated with the current survey | 
| CoordinationMethod | The coordination method to use (valid options are "GlobalNegative" and "CottonHesse") | 
Input: FrameName, DesignName and DatabaseName objects in SurveyData environment; Ouput: Strata1d, UnitID, RandomNumbers, Burdens, StrataSizes, NumberUnitsSelected, Burdens in SurveyData environment
| 1 2 | RunSurvey ()
SurveyData.Get (Burdens)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.