COVIDmodel_run_and_mutate_many: Runs the conisi COVID-19 model on multiple parameter sets at...

Description Usage Arguments Value

View source: R/model.R

Description

Runs the conisi COVID-19 model on multiple parameter sets at once and applies mutate_model to the result

Usage

1
2
3
4
5
6
7
COVIDmodel_run_and_mutate_many(
  parm_table,
  pop_size,
  num_days,
  pop_prop,
  contact_matrix
)

Arguments

parm_table

A data frame containing the time-varying parameters (in long format) for multiple experiments.

pop_size

Integer The size of the population being modelled.

num_days

Integer How many days to run the simulation for.

pop_prop

Vector This vector contains population proportions for sub-populations

contact_matrix

Vector The entries of the mixing matrix

Value

A data frame with the values of the various compartments


wimmyteam/conisi documentation built on Oct. 30, 2021, 4:11 p.m.