run: Run odin model of gonorrhoea with or without vaccination

View source: R/model.R

runR Documentation

Run odin model of gonorrhoea with or without vaccination

Description

Run odin model of gonorrhoea with or without vaccination

Usage

run(
  tt,
  gono_params,
  demographic_params = NULL,
  init_params = NULL,
  vax_params = NULL,
  n_diag_rec = 1,
  transform = TRUE
)

Arguments

tt

a numeric vector of times at which the model state is output

gono_params

a data frame of parameters

demographic_params

A dataframe of demographic parameters

init_params

A list of starting conditions

vax_params

A vector of vaccination params

n_diag_rec

integer for the number of diagnosis history substrata

transform

= TRUE


mrc-ide/gonovax documentation built on Dec. 15, 2024, 11:02 a.m.