RunSurvey: Run a survey with sample coordination

Description Usage Arguments Details Examples

View source: R/coord.R

Description

Coordinates a survey with previously RunSurvey surveys and selects units for the sample

Usage

1
2
3
RunSurvey(FrameName = "SampleFrame1", DesignName = "SampleDesign1",
  DatabaseName = "SampleDatabase1", SurveyNumber = 1, BurdenFactor = 1,
  CoordinationMethod = "CottonHesse")

Arguments

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")

Details

Input: FrameName, DesignName and DatabaseName objects in SurveyData environment; Ouput: Strata1d, UnitID, RandomNumbers, Burdens, StrataSizes, NumberUnitsSelected, Burdens in SurveyData environment

Examples

1
2
RunSurvey ()
SurveyData.Get (Burdens)

nathanesau/coord documentation built on May 23, 2019, 12:18 p.m.