survey_parameters: Parameter sets for survey simulations

View source: R/survey_parameters.R

survey_parametersR Documentation

Parameter sets for survey simulations

Description

Parameter sets for survey simulations

Usage

survey_parameters(
  design = c("SS_11", "SS_12", "NS_11", "NS_12", "SSR_11", "SSR_12"),
  parasite = c("ascaris", "trichuris", "hookworm"),
  method = c("kk", "miniflotac", "fecpak")
)

survey_scenario(parasite = c("ascaris", "trichuris", "hookworm"))

Arguments

design

survey design(s) to use - must be one of the standard setups

parasite

parasite(s) to use - must be one of the standard options

method

method(s) to use - must be one of the standard options

Examples

pars <- survey_parameters(design=c("SSR_11","SSR_12"), parasite="ascaris", method="kk")
pars


ku-awdc/eggSim documentation built on Feb. 23, 2024, 10:22 p.m.