run_trial: Run odin model of gonorrhoea vaccine trial with or without...

View source: R/run_trial.R

run_trialR Documentation

Run odin model of gonorrhoea vaccine trial with or without vaccination

Description

Run odin model of gonorrhoea vaccine trial with or without vaccination

Usage

run_trial(
  tt,
  gono_params,
  init_params = NULL,
  vax_params = NULL,
  transform = TRUE,
  stochastic = FALSE,
  N = 6e+05
)

Arguments

tt

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

gono_params

a data frame of parameters

init_params

= NULL

vax_params

= NULL

transform

= TRUE

stochastic

logical indicating if the run should be made with the default deterministic trial model in continuous time or stochastic trial model in discrete time

N

integer to assign the total number of individuals in the trial (split equally across the two arms)


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