gen_parm_vec: Generate a vector of parameters for the posterior PDF

Description Usage Arguments Value

View source: R/util.R

Description

Create a vector of parameters for use with the posterior function. All counties are initialized with the same beta value, and values can be specified for the statewide parameters. Any parameters not specified will be given default values.

Usage

1
gen_parm_vec(localities = NULL, beta = NULL, common_parms = NULL)

Arguments

localities

Vector of localities to use in the calculation. If omitted, use all localities for which there is case data.

beta

Value to use for transmissibility. All localities will get the same value.

common_parms

Values to use for the statewide parameters. If omitted, default values will be used

Value

Named vector of parameter values.


rplzzz/CovMitigation documentation built on June 7, 2021, 8:48 a.m.