get_county_parms: Get County-specific parameters

Description Usage Arguments Value Examples

Description

A function that finds the correct parameters for a specified county to be used for zika outbreak simulations

Usage

1
get_county_parms(county, rnot_bound = "median", ...)

Arguments

county

Integer or character string identifying either the county id number or the county name#' @param ... Function can take any other arguments to zika_def_parms

rnot_bound

string specifying which Rnot is desired ("lower", "median", or "upper")

Value

A list of length num_reps, where each component is a single call to run_zika_sim.

Examples

1
2
3
get_county_parms("travis")
get_county_parms(15)
get_county_parms("travis", e_thresh=1000)

sjfox/rtZIKVrisk documentation built on May 30, 2019, 12:04 a.m.