Skip to contents

Create an empty survey

Usage

survey_empty(
  edition = NULL,
  type = NULL,
  weight = NULL,
  engine = NULL,
  psu = NULL,
  strata = NULL
)

Arguments

edition

Edition of survey

type

Type of survey

weight

Weight of survey

engine

Engine of survey

psu

PSU variable or formula (optional)

strata

Stratification variable name (optional)

Value

Survey object

Examples

empty <- survey_empty(edition = "2023", type = "test")
empty_typed <- survey_empty(edition = "2023", type = "ech")