Skip to contents

Sets the epidemic parameters for stochastic network models simulated with netsim

Usage

param_mgen(
  act_rate_main = 5.63/7,
  act_rate_casual = 1.64/7,
  act_rate_instant = 1,
  latent_period = 7,
  infectious_period = 30 * 4,
  screening_rate_females = 1/365,
  screening_rate_males = NA,
  vital = FALSE,
  ...
)

Arguments

...

Additional arguments passed to the function.

Value

A list object of class param.net, which can be passed to EpiModel function netsim.